Html Css Color HEX #601EEE Han Purple

📋 copy color: '#601EEE'

red 96 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #601EEE

Tints of Han Purple #601EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

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

R = 26.37%
G = 8.24%
B = 65.38%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#601EEE (or 0x601EEE) is known color: Han Purple. HEX triplet: 60, 1E and EE. RGB value is (96,30,238). Sum of RGB (Red+Green+Blue) = 96+30+238=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #601EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601EEE is #9FE111. Grayscale: #484848. Windows color (decimal): -10477842 or 15605344. OLE color: 15605344.

HSL color Cylindrical-coordinate representation of color #601EEE: hue angle of 259.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601EEE is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 30 238 -
CMYK 0.60 0.87 0 0.07
HSL 259.04º 0.86% 0.53% -
HSV(B) 259.04º 0.87% 0.93% -
XYZ 20.72 9.59 81.65 -
YUV 73.45 220.87 144.09 -
System Red Green Blue C M Y K H S L
Decimal 96 30 238 0.60 0.87 0 0.07 259.04 0.86 0.53
Hex 60 1E EE 3C 57 0 7 103 56 35
Octal 140 36 356 74 127 0 7 403 126 65
Binary 1100000 11110 11101110 111100 1010111 0 111 100000011 1010110 110101

Color Harmonies of #601EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EEE

Black with #601EEE

Text Example


Text Example

White with #601EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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