#532AAA

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

Shades of Purple Heart #532AAA

Tints of Purple Heart #532AAA

Color information

#532AAA (or 0x532AAA) is unknown color: approx Purple Heart. HEX triplet: 53, 2A and AA. RGB value is (83,42,170). Sum of RGB (Red+Green+Blue) = 83+42+170=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 42 (16.80% from 255 or 14.24% 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 #532AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532AAA is #ACD555. Grayscale: #444444. Windows color (decimal): -11326806 or 11151955. OLE color: 11151955.

HSL color Cylindrical-coordinate representation of color #532AAA: hue angle of 259.22º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532AAA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8342170-
CMYK0.510.7500.33
HSL259.22º60.38%41.57%-
HSV(B)259.22º75.29%66.67%-
XYZ11.656.438.65-
YUV68.85185.08138.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=28.14%
G=14.24%
B=57.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83421700.510.7500.33259.2260.3841.57
Hex532AAA334B0211033c2a
Octal12352252631130414037452
Binary10100111010101010101011001110010110100001100000011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,170); }

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

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

 a { background-color: rgb(83,42,170); }

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

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

 span { border-color: rgb(83,42,170); }

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