#6219EC

Color #6219EC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6219EC

Tints of Han Purple #6219EC

Color information

#6219EC (or 0x6219EC) is unknown color: approx Han Purple. HEX triplet: 62, 19 and EC. RGB value is (98,25,236). Sum of RGB (Red+Green+Blue) = 98+25+236=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #6219EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219EC is #9DE613. Grayscale: #464646. Windows color (decimal): -10348052 or 15472994. OLE color: 15472994.

HSL color Cylindrical-coordinate representation of color #6219EC: hue angle of 260.76º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6219EC is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9825236-
CMYK0.580.8900.07
HSL260.76º84.74%51.18%-
HSV(B)260.76º89.41%92.55%-
XYZ20.529.3580.08-
YUV70.88221.18147.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 25 (10.16% from 255) = 6.96%
BLUE value IS 236 (92.58% from 255) = 65.74%
R=27.30%
G=6.96%
B=65.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal98252360.580.8900.07260.7684.7451.18
Hex6219EC3A59071055533
Octal14231354721310740512563
Binary11000101100111101100111010101100101111000001011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6219EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6219EC; }

 p { color: rgb(98,25,236); }

 H1.HeaderClassName
 {
   color: #6219EC;
 }
 .AnyTagClassName
 {
   color: #6219EC;
 }
</style>
background-color css

<style>
 a { background-color: #6219EC; }

 a { background-color: rgb(98,25,236); }

 div.DivClassName
 {
   background-color: #6219EC;
 }
 .BgClassName
 {
   background-color: #6219EC;
 }
</style>
border-color css

<style>
 span { border-color: #6219EC; }

 span { border-color: rgb(98,25,236); }

 td.TdClassName
 {
   border-color: #6219EC;
 }
 .TagClassName
 {
   border-color: #6219EC;
 }
</style>