Html Css Color HEX #601DAB Purple Heart

📋 copy color: '#601DAB'

red 96 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #601DAB

Tints of Purple Heart #601DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 32.43%
G = 9.8%
B = 57.77%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#601DAB (or 0x601DAB) is known color: Purple Heart. HEX triplet: 60, 1D and AB. RGB value is (96,29,171). Sum of RGB (Red+Green+Blue) = 96+29+171=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #601DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601DAB is #9FE254. Grayscale: #404040. Windows color (decimal): -10478165 or 11214176. OLE color: 11214176.

HSL color Cylindrical-coordinate representation of color #601DAB: hue angle of 268.31º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601DAB is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 29 171 -
CMYK 0.44 0.83 0 0.33
HSL 268.31º 0.71% 0.39% -
HSV(B) 268.31º 0.83% 0.67% -
XYZ 12.61 6.31 39.08 -
YUV 65.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 96 29 171 0.44 0.83 0 0.33 268.31 0.71 0.39
Hex 60 1D AB 2C 53 0 21 10C 47 27
Octal 140 35 253 54 123 0 41 414 107 47
Binary 1100000 11101 10101011 101100 1010011 0 100001 100001100 1000111 100111

Color Harmonies of #601DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DAB

Black with #601DAB

Text Example


Text Example

White with #601DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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