Html Css Color HEX #600EEE Han Purple

📋 copy color: '#600EEE'

red 96 ◦ green 14 ◦ blue 238

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

Shades of Han Purple #600EEE

Tints of Han Purple #600EEE

RGB

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

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

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

R = 27.59%
G = 4.02%
B = 68.39%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#600EEE (or 0x600EEE) is known color: Han Purple. HEX triplet: 60, 0E and EE. RGB value is (96,14,238). Sum of RGB (Red+Green+Blue) = 96+14+238=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #600EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600EEE is #9FF111. Grayscale: #3F3F3F. Windows color (decimal): -10481938 or 15601248. OLE color: 15601248.

HSL color Cylindrical-coordinate representation of color #600EEE: hue angle of 261.96º 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 #600EEE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 14 238 -
CMYK 0.60 0.94 0 0.07
HSL 261.96º 0.89% 0.49% -
HSV(B) 261.96º 0.94% 0.93% -
XYZ 20.41 8.97 81.55 -
YUV 64.05 226.17 150.79 -
System Red Green Blue C M Y K H S L
Decimal 96 14 238 0.60 0.94 0 0.07 261.96 0.89 0.49
Hex 60 E EE 3C 5E 0 7 106 59 31
Octal 140 16 356 74 136 0 7 406 131 61
Binary 1100000 1110 11101110 111100 1011110 0 111 100000110 1011001 110001

Color Harmonies of #600EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EEE

Black with #600EEE

Text Example


Text Example

White with #600EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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