#601BAA

Color #601BAA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #601BAA

Tints of Purple Heart #601BAA

Color information

#601BAA (or 0x601BAA) is unknown color: approx Purple Heart. HEX triplet: 60, 1B and AA. RGB value is (96,27,170). Sum of RGB (Red+Green+Blue) = 96+27+170=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #601BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601BAA is #9FE455. Grayscale: #3F3F3F. Windows color (decimal): -10478678 or 11148128. OLE color: 11148128.

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

Color convert

RGB9627170-
CMYK0.440.8400.33
HSL268.95º72.59%38.63%-
HSV(B)268.95º84.12%66.67%-
XYZ12.476.1738.56-
YUV63.93187.86150.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=32.76%
G=9.22%
B=58.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96271700.440.8400.33268.9572.5938.63
Hex601BAA2C5402110d4927
Octal140332525412404141511147
Binary11000001101110101010101100101010001000011000011011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #601BAA;
 }
 .AnyTagClassName
 {
   color: #601BAA;
 }
</style>
background-color css

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

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

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

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

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

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