Html Css Color HEX #601BEB Han Purple

📋 copy color: '#601BEB'

red 96 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #601BEB

Tints of Han Purple #601BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 26.82%
G = 7.54%
B = 65.64%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#601BEB (or 0x601BEB) is known color: Han Purple. HEX triplet: 60, 1B and EB. RGB value is (96,27,235). Sum of RGB (Red+Green+Blue) = 96+27+235=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #601BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601BEB is #9FE414. Grayscale: #464646. Windows color (decimal): -10478613 or 15407968. OLE color: 15407968.

HSL color Cylindrical-coordinate representation of color #601BEB: hue angle of 259.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601BEB is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 27 235 -
CMYK 0.59 0.89 0 0.08
HSL 259.9º 0.84% 0.51% -
HSV(B) 259.9º 0.89% 0.92% -
XYZ 20.21 9.27 79.32 -
YUV 71.34 220.36 145.59 -
System Red Green Blue C M Y K H S L
Decimal 96 27 235 0.59 0.89 0 0.08 259.9 0.84 0.51
Hex 60 1B EB 3B 59 0 8 104 54 33
Octal 140 33 353 73 131 0 10 404 124 63
Binary 1100000 11011 11101011 111011 1011001 0 1000 100000100 1010100 110011

Color Harmonies of #601BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BEB

Black with #601BEB

Text Example


Text Example

White with #601BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,27,235); }

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

background-color css

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

 a { background-color: rgb(96,27,235); }

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

border-color css

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

 span { border-color: rgb(96,27,235); }

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