Html Css Color HEX #6619DF Han Purple

📋 copy color: '#6619DF'

red 102 ◦ green 25 ◦ blue 223

#6619DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6619DF

Tints of Han Purple #6619DF

RGB

 RED value IS 102 (40.23% from 255) = 29.14%

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 29.14%
G = 7.14%
B = 63.71%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6619DF (or 0x6619DF) is known color: Han Purple. HEX triplet: 66, 19 and DF. RGB value is (102,25,223). Sum of RGB (Red+Green+Blue) = 102+25+223=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #6619DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619DF is #99E620. Grayscale: #454545. Windows color (decimal): -10085921 or 14621030. OLE color: 14621030.

HSL color Cylindrical-coordinate representation of color #6619DF: hue angle of 263.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6619DF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 25 223 -
CMYK 0.54 0.89 0 0.13
HSL 263.33º 0.8% 0.49% -
HSV(B) 263.33º 0.89% 0.87% -
XYZ 19.15 8.85 70.51 -
YUV 70.6 214.01 150.4 -
System Red Green Blue C M Y K H S L
Decimal 102 25 223 0.54 0.89 0 0.13 263.33 0.8 0.49
Hex 66 19 DF 36 59 0 D 107 50 31
Octal 146 31 337 66 131 0 15 407 120 61
Binary 1100110 11001 11011111 110110 1011001 0 1101 100000111 1010000 110001

Color Harmonies of #6619DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6619DF

Black with #6619DF

Text Example


Text Example

White with #6619DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6619DF; }

 p { color: rgb(102,25,223); }

 H1.HeaderClassName
 {
   color: #6619DF;
 }
 .AnyTagClassName
 {
   color: #6619DF;
 }
</style>

background-color css

<style>
 a { background-color: #6619DF; }

 a { background-color: rgb(102,25,223); }

 div.DivClassName
 {
   background-color: #6619DF;
 }
 .BgClassName
 {
   background-color: #6619DF;
 }
</style>

border-color css

<style>
 span { border-color: #6619DF; }

 span { border-color: rgb(102,25,223); }

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