Html Css Color HEX #601BDE Han Purple

📋 copy color: '#601BDE'

red 96 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #601BDE

Tints of Han Purple #601BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 27.83%
G = 7.83%
B = 64.35%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#601BDE (or 0x601BDE) is known color: Han Purple. HEX triplet: 60, 1B and DE. RGB value is (96,27,222). Sum of RGB (Red+Green+Blue) = 96+27+222=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #601BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BDE is #9FE421. Grayscale: #454545. Windows color (decimal): -10478626 or 14556000. OLE color: 14556000.

HSL color Cylindrical-coordinate representation of color #601BDE: hue angle of 261.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601BDE is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 27 222 -
CMYK 0.57 0.88 0 0.13
HSL 261.23º 0.78% 0.49% -
HSV(B) 261.23º 0.88% 0.87% -
XYZ 18.4 8.54 69.79 -
YUV 69.86 213.86 146.64 -
System Red Green Blue C M Y K H S L
Decimal 96 27 222 0.57 0.88 0 0.13 261.23 0.78 0.49
Hex 60 1B DE 39 58 0 D 105 4E 31
Octal 140 33 336 71 130 0 15 405 116 61
Binary 1100000 11011 11011110 111001 1011000 0 1101 100000101 1001110 110001

Color Harmonies of #601BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BDE

Black with #601BDE

Text Example


Text Example

White with #601BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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