Html Css Color HEX #6017EA Han Purple

📋 copy color: '#6017EA'

red 96 ◦ green 23 ◦ blue 234

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

Shades of Han Purple #6017EA

Tints of Han Purple #6017EA

RGB

 RED value IS 96 (37.89% from 255) = 27.2%

 GREEN value IS 23 (9.38% from 255) = 6.52%

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

R = 27.2%
G = 6.52%
B = 66.29%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6017EA (or 0x6017EA) is known color: Han Purple. HEX triplet: 60, 17 and EA. RGB value is (96,23,234). Sum of RGB (Red+Green+Blue) = 96+23+234=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #6017EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017EA is #9FE815. Grayscale: #444444. Windows color (decimal): -10479638 or 15341408. OLE color: 15341408.

HSL color Cylindrical-coordinate representation of color #6017EA: hue angle of 260.76º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6017EA is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 23 234 -
CMYK 0.59 0.90 0 0.08
HSL 260.76º 0.83% 0.5% -
HSV(B) 260.76º 0.9% 0.92% -
XYZ 19.98 9.04 78.53 -
YUV 68.88 221.18 147.34 -
System Red Green Blue C M Y K H S L
Decimal 96 23 234 0.59 0.90 0 0.08 260.76 0.83 0.5
Hex 60 17 EA 3B 5A 0 8 105 53 32
Octal 140 27 352 73 132 0 10 405 123 62
Binary 1100000 10111 11101010 111011 1011010 0 1000 100000101 1010011 110010

Color Harmonies of #6017EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017EA

Black with #6017EA

Text Example


Text Example

White with #6017EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,23,234); }

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

background-color css

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

 a { background-color: rgb(96,23,234); }

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

border-color css

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

 span { border-color: rgb(96,23,234); }

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