Html Css Color HEX #601CEE Han Purple

📋 copy color: '#601CEE'

red 96 ◦ green 28 ◦ blue 238

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

Shades of Han Purple #601CEE

Tints of Han Purple #601CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.73%

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

R = 26.52%
G = 7.73%
B = 65.75%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#601CEE (or 0x601CEE) is known color: Han Purple. HEX triplet: 60, 1C and EE. RGB value is (96,28,238). Sum of RGB (Red+Green+Blue) = 96+28+238=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #601CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CEE is #9FE311. Grayscale: #474747. Windows color (decimal): -10478354 or 15604832. OLE color: 15604832.

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

Color convert

RGB 96 28 238 -
CMYK 0.60 0.88 0 0.07
HSL 259.43º 0.86% 0.52% -
HSV(B) 259.43º 0.88% 0.93% -
XYZ 20.67 9.49 81.63 -
YUV 72.27 221.53 144.92 -
System Red Green Blue C M Y K H S L
Decimal 96 28 238 0.60 0.88 0 0.07 259.43 0.86 0.52
Hex 60 1C EE 3C 58 0 7 103 56 34
Octal 140 34 356 74 130 0 7 403 126 64
Binary 1100000 11100 11101110 111100 1011000 0 111 100000011 1010110 110100

Color Harmonies of #601CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CEE

Black with #601CEE

Text Example


Text Example

White with #601CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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