Html Css Color HEX #601DDE Han Purple

📋 copy color: '#601DDE'

red 96 ◦ green 29 ◦ blue 222

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

Shades of Han Purple #601DDE

Tints of Han Purple #601DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

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

R = 27.67%
G = 8.36%
B = 63.98%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#601DDE (or 0x601DDE) is known color: Han Purple. HEX triplet: 60, 1D and DE. RGB value is (96,29,222). Sum of RGB (Red+Green+Blue) = 96+29+222=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #601DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DDE is #9FE221. Grayscale: #464646. Windows color (decimal): -10478114 or 14556512. OLE color: 14556512.

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

Color convert

RGB 96 29 222 -
CMYK 0.57 0.87 0 0.13
HSL 260.83º 0.77% 0.49% -
HSV(B) 260.83º 0.87% 0.87% -
XYZ 18.45 8.64 69.8 -
YUV 71.04 213.2 145.81 -
System Red Green Blue C M Y K H S L
Decimal 96 29 222 0.57 0.87 0 0.13 260.83 0.77 0.49
Hex 60 1D DE 39 57 0 D 105 4D 31
Octal 140 35 336 71 127 0 15 405 115 61
Binary 1100000 11101 11011110 111001 1010111 0 1101 100000101 1001101 110001

Color Harmonies of #601DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DDE

Black with #601DDE

Text Example


Text Example

White with #601DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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