Html Css Color HEX #600EE1 Han Purple

📋 copy color: '#600EE1'

red 96 ◦ green 14 ◦ blue 225

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

Shades of Han Purple #600EE1

Tints of Han Purple #600EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 67.16%

R = 28.66%
G = 4.18%
B = 67.16%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#600EE1 (or 0x600EE1) is known color: Han Purple. HEX triplet: 60, 0E and E1. RGB value is (96,14,225). Sum of RGB (Red+Green+Blue) = 96+14+225=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #600EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EE1 is #9FF11E. Grayscale: #3D3D3D. Windows color (decimal): -10481951 or 14749280. OLE color: 14749280.

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

Color convert

RGB 96 14 225 -
CMYK 0.57 0.94 0 0.12
HSL 263.32º 0.88% 0.47% -
HSV(B) 263.32º 0.94% 0.88% -
XYZ 18.57 8.24 71.85 -
YUV 62.57 219.67 151.84 -
System Red Green Blue C M Y K H S L
Decimal 96 14 225 0.57 0.94 0 0.12 263.32 0.88 0.47
Hex 60 E E1 39 5E 0 C 107 58 2F
Octal 140 16 341 71 136 0 14 407 130 57
Binary 1100000 1110 11100001 111001 1011110 0 1100 100000111 1011000 101111

Color Harmonies of #600EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EE1

Black with #600EE1

Text Example


Text Example

White with #600EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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