Html Css Color HEX #600EEC Han Purple

📋 copy color: '#600EEC'

red 96 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #600EEC

Tints of Han Purple #600EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.05%

 BLUE value IS 236 (92.58% from 255) = 68.21%

R = 27.75%
G = 4.05%
B = 68.21%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#600EEC (or 0x600EEC) is known color: Han Purple. HEX triplet: 60, 0E and EC. RGB value is (96,14,236). Sum of RGB (Red+Green+Blue) = 96+14+236=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #600EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600EEC is #9FF113. Grayscale: #3F3F3F. Windows color (decimal): -10481940 or 15470176. OLE color: 15470176.

HSL color Cylindrical-coordinate representation of color #600EEC: hue angle of 262.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600EEC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 14 236 -
CMYK 0.59 0.94 0 0.07
HSL 262.16º 0.89% 0.49% -
HSV(B) 262.16º 0.94% 0.93% -
XYZ 20.12 8.86 80.01 -
YUV 63.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 96 14 236 0.59 0.94 0 0.07 262.16 0.89 0.49
Hex 60 E EC 3B 5E 0 7 106 59 31
Octal 140 16 354 73 136 0 7 406 131 61
Binary 1100000 1110 11101100 111011 1011110 0 111 100000110 1011001 110001

Color Harmonies of #600EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EEC

Black with #600EEC

Text Example


Text Example

White with #600EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600EEC; }

 p { color: rgb(96,14,236); }

 H1.HeaderClassName
 {
   color: #600EEC;
 }
 .AnyTagClassName
 {
   color: #600EEC;
 }
</style>

background-color css

<style>
 a { background-color: #600EEC; }

 a { background-color: rgb(96,14,236); }

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

border-color css

<style>
 span { border-color: #600EEC; }

 span { border-color: rgb(96,14,236); }

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