Html Css Color HEX #6619EA Han Purple

📋 copy color: '#6619EA'

red 102 ◦ green 25 ◦ blue 234

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

Shades of Han Purple #6619EA

Tints of Han Purple #6619EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 28.25%
G = 6.93%
B = 64.82%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6619EA (or 0x6619EA) is known color: Han Purple. HEX triplet: 66, 19 and EA. RGB value is (102,25,234). Sum of RGB (Red+Green+Blue) = 102+25+234=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #6619EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6619EA is #99E615. Grayscale: #474747. Windows color (decimal): -10085910 or 15341926. OLE color: 15341926.

HSL color Cylindrical-coordinate representation of color #6619EA: hue angle of 262.11º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6619EA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 25 234 -
CMYK 0.56 0.89 0 0.08
HSL 262.11º 0.83% 0.51% -
HSV(B) 262.11º 0.89% 0.92% -
XYZ 20.68 9.46 78.58 -
YUV 71.85 219.51 149.51 -
System Red Green Blue C M Y K H S L
Decimal 102 25 234 0.56 0.89 0 0.08 262.11 0.83 0.51
Hex 66 19 EA 38 59 0 8 106 53 33
Octal 146 31 352 70 131 0 10 406 123 63
Binary 1100110 11001 11101010 111000 1011001 0 1000 100000110 1010011 110011

Color Harmonies of #6619EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6619EA

Black with #6619EA

Text Example


Text Example

White with #6619EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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