Html Css Color HEX #601CEF Han Purple

📋 copy color: '#601CEF'

red 96 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #601CEF

Tints of Han Purple #601CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.84%

R = 26.45%
G = 7.71%
B = 65.84%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#601CEF (or 0x601CEF) is known color: Han Purple. HEX triplet: 60, 1C and EF. RGB value is (96,28,239). Sum of RGB (Red+Green+Blue) = 96+28+239=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #601CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CEF is #9FE310. Grayscale: #474747. Windows color (decimal): -10478353 or 15670368. OLE color: 15670368.

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

Color convert

RGB 96 28 239 -
CMYK 0.60 0.88 0 0.06
HSL 259.34º 0.87% 0.52% -
HSV(B) 259.34º 0.88% 0.94% -
XYZ 20.82 9.55 82.41 -
YUV 72.39 222.03 144.84 -
System Red Green Blue C M Y K H S L
Decimal 96 28 239 0.60 0.88 0 0.06 259.34 0.87 0.52
Hex 60 1C EF 3C 58 0 6 103 57 34
Octal 140 34 357 74 130 0 6 403 127 64
Binary 1100000 11100 11101111 111100 1011000 0 110 100000011 1010111 110100

Color Harmonies of #601CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CEF

Black with #601CEF

Text Example


Text Example

White with #601CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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