Html Css Color HEX #600EEB Han Purple

📋 copy color: '#600EEB'

red 96 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #600EEB

Tints of Han Purple #600EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 27.83%
G = 4.06%
B = 68.12%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#600EEB (or 0x600EEB) is known color: Han Purple. HEX triplet: 60, 0E and EB. RGB value is (96,14,235). Sum of RGB (Red+Green+Blue) = 96+14+235=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #600EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600EEB is #9FF114. Grayscale: #3E3E3E. Windows color (decimal): -10481941 or 15404640. OLE color: 15404640.

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

Color convert

RGB 96 14 235 -
CMYK 0.59 0.94 0 0.08
HSL 262.26º 0.89% 0.49% -
HSV(B) 262.26º 0.94% 0.92% -
XYZ 19.98 8.8 79.24 -
YUV 63.71 224.67 151.03 -
System Red Green Blue C M Y K H S L
Decimal 96 14 235 0.59 0.94 0 0.08 262.26 0.89 0.49
Hex 60 E EB 3B 5E 0 8 106 59 31
Octal 140 16 353 73 136 0 10 406 131 61
Binary 1100000 1110 11101011 111011 1011110 0 1000 100000110 1011001 110001

Color Harmonies of #600EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EEB

Black with #600EEB

Text Example


Text Example

White with #600EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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