Html Css Color HEX #601DAA Purple Heart

📋 copy color: '#601DAA'

red 96 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #601DAA

Tints of Purple Heart #601DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 32.54%
G = 9.83%
B = 57.63%

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

#601DAA (or 0x601DAA) is known color: Purple Heart. HEX triplet: 60, 1D and AA. RGB value is (96,29,170). Sum of RGB (Red+Green+Blue) = 96+29+170=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #601DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601DAA is #9FE255. Grayscale: #404040. Windows color (decimal): -10478166 or 11148640. OLE color: 11148640.

HSL color Cylindrical-coordinate representation of color #601DAA: hue angle of 268.51º 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 #601DAA is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 29 170 -
CMYK 0.44 0.83 0 0.33
HSL 268.51º 0.71% 0.39% -
HSV(B) 268.51º 0.83% 0.67% -
XYZ 12.52 6.27 38.58 -
YUV 65.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 96 29 170 0.44 0.83 0 0.33 268.51 0.71 0.39
Hex 60 1D AA 2C 53 0 21 10D 47 27
Octal 140 35 252 54 123 0 41 415 107 47
Binary 1100000 11101 10101010 101100 1010011 0 100001 100001101 1000111 100111

Color Harmonies of #601DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DAA

Black with #601DAA

Text Example


Text Example

White with #601DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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