Html Css Color HEX #601BDF Han Purple

📋 copy color: '#601BDF'

red 96 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #601BDF

Tints of Han Purple #601BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 27.75%
G = 7.8%
B = 64.45%

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

#601BDF (or 0x601BDF) is known color: Han Purple. HEX triplet: 60, 1B and DF. RGB value is (96,27,223). Sum of RGB (Red+Green+Blue) = 96+27+223=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #601BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BDF is #9FE420. Grayscale: #454545. Windows color (decimal): -10478625 or 14621536. OLE color: 14621536.

HSL color Cylindrical-coordinate representation of color #601BDF: hue angle of 261.12º 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 #601BDF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 27 223 -
CMYK 0.57 0.88 0 0.13
HSL 261.12º 0.78% 0.49% -
HSV(B) 261.12º 0.88% 0.87% -
XYZ 18.54 8.6 70.49 -
YUV 69.98 214.36 146.56 -
System Red Green Blue C M Y K H S L
Decimal 96 27 223 0.57 0.88 0 0.13 261.12 0.78 0.49
Hex 60 1B DF 39 58 0 D 105 4E 31
Octal 140 33 337 71 130 0 15 405 116 61
Binary 1100000 11011 11011111 111001 1011000 0 1101 100000101 1001110 110001

Color Harmonies of #601BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601BDF

Black with #601BDF

Text Example


Text Example

White with #601BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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