Html Css Color HEX #600EDE Han Purple

📋 copy color: '#600EDE'

red 96 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #600EDE

Tints of Han Purple #600EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 28.92%
G = 4.22%
B = 66.87%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#600EDE (or 0x600EDE) is known color: Han Purple. HEX triplet: 60, 0E and DE. RGB value is (96,14,222). Sum of RGB (Red+Green+Blue) = 96+14+222=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #600EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EDE is #9FF121. Grayscale: #3D3D3D. Windows color (decimal): -10481954 or 14552672. OLE color: 14552672.

HSL color Cylindrical-coordinate representation of color #600EDE: hue angle of 263.65º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600EDE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 14 222 -
CMYK 0.57 0.94 0 0.13
HSL 263.65º 0.88% 0.46% -
HSV(B) 263.65º 0.94% 0.87% -
XYZ 18.17 8.07 69.71 -
YUV 62.23 218.17 152.09 -
System Red Green Blue C M Y K H S L
Decimal 96 14 222 0.57 0.94 0 0.13 263.65 0.88 0.46
Hex 60 E DE 39 5E 0 D 108 58 2E
Octal 140 16 336 71 136 0 15 410 130 56
Binary 1100000 1110 11011110 111001 1011110 0 1101 100001000 1011000 101110

Color Harmonies of #600EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EDE

Black with #600EDE

Text Example


Text Example

White with #600EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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