Html Css Color HEX #601AAA Purple Heart

📋 copy color: '#601AAA'

red 96 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #601AAA

Tints of Purple Heart #601AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

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

R = 32.88%
G = 8.9%
B = 58.22%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#601AAA (or 0x601AAA) is known color: Purple Heart. HEX triplet: 60, 1A and AA. RGB value is (96,26,170). Sum of RGB (Red+Green+Blue) = 96+26+170=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #601AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601AAA is #9FE555. Grayscale: #3E3E3E. Windows color (decimal): -10478934 or 11147872. OLE color: 11147872.

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

Color convert

RGB 96 26 170 -
CMYK 0.44 0.85 0 0.33
HSL 269.17º 0.73% 0.38% -
HSV(B) 269.17º 0.85% 0.67% -
XYZ 12.45 6.13 38.56 -
YUV 63.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 96 26 170 0.44 0.85 0 0.33 269.17 0.73 0.38
Hex 60 1A AA 2C 55 0 21 10D 49 26
Octal 140 32 252 54 125 0 41 415 111 46
Binary 1100000 11010 10101010 101100 1010101 0 100001 100001101 1001001 100110

Color Harmonies of #601AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601AAA

Black with #601AAA

Text Example


Text Example

White with #601AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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