#522CAA

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

Shades of Purple Heart #522CAA

Tints of Purple Heart #522CAA

Color information

#522CAA (or 0x522CAA) is unknown color: approx Purple Heart. HEX triplet: 52, 2C and AA. RGB value is (82,44,170). Sum of RGB (Red+Green+Blue) = 82+44+170=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #522CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CAA is #ADD355. Grayscale: #454545. Windows color (decimal): -11391830 or 11152466. OLE color: 11152466.

HSL color Cylindrical-coordinate representation of color #522CAA: hue angle of 258.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522CAA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8244170-
CMYK0.520.7400.33
HSL258.1º58.88%41.96%-
HSV(B)258.1º74.12%66.67%-
XYZ11.646.538.67-
YUV69.73184.59136.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=27.70%
G=14.86%
B=57.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82441700.520.7400.33258.158.8841.96
Hex522CAA344A0211023b2a
Octal12254252641120414027352
Binary10100101011001010101011010010010100100001100000010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522CAA; }

 p { color: rgb(82,44,170); }

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

<style>
 a { background-color: #522CAA; }

 a { background-color: rgb(82,44,170); }

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

<style>
 span { border-color: #522CAA; }

 span { border-color: rgb(82,44,170); }

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