Html Css Color HEX #6016EE Han Purple

📋 copy color: '#6016EE'

red 96 ◦ green 22 ◦ blue 238

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

Shades of Han Purple #6016EE

Tints of Han Purple #6016EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 26.97%
G = 6.18%
B = 66.85%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6016EE (or 0x6016EE) is known color: Han Purple. HEX triplet: 60, 16 and EE. RGB value is (96,22,238). Sum of RGB (Red+Green+Blue) = 96+22+238=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #6016EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016EE is #9FE911. Grayscale: #434343. Windows color (decimal): -10479890 or 15603296. OLE color: 15603296.

HSL color Cylindrical-coordinate representation of color #6016EE: hue angle of 260.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6016EE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 22 238 -
CMYK 0.60 0.91 0 0.07
HSL 260.56º 0.86% 0.51% -
HSV(B) 260.56º 0.91% 0.93% -
XYZ 20.54 9.23 81.59 -
YUV 68.75 223.52 147.44 -
System Red Green Blue C M Y K H S L
Decimal 96 22 238 0.60 0.91 0 0.07 260.56 0.86 0.51
Hex 60 16 EE 3C 5B 0 7 105 56 33
Octal 140 26 356 74 133 0 7 405 126 63
Binary 1100000 10110 11101110 111100 1011011 0 111 100000101 1010110 110011

Color Harmonies of #6016EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016EE

Black with #6016EE

Text Example


Text Example

White with #6016EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6016EE; }

 p { color: rgb(96,22,238); }

 H1.HeaderClassName
 {
   color: #6016EE;
 }
 .AnyTagClassName
 {
   color: #6016EE;
 }
</style>

background-color css

<style>
 a { background-color: #6016EE; }

 a { background-color: rgb(96,22,238); }

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

border-color css

<style>
 span { border-color: #6016EE; }

 span { border-color: rgb(96,22,238); }

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