#532CAC

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

Shades of Purple Heart #532CAC

Tints of Purple Heart #532CAC

Color information

#532CAC (or 0x532CAC) is unknown color: approx Purple Heart. HEX triplet: 53, 2C and AC. RGB value is (83,44,172). Sum of RGB (Red+Green+Blue) = 83+44+172=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #532CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532CAC is #ACD353. Grayscale: #454545. Windows color (decimal): -11326292 or 11283539. OLE color: 11283539.

HSL color Cylindrical-coordinate representation of color #532CAC: hue angle of 258.28º 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 #532CAC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8344172-
CMYK0.520.7400.33
HSL258.28º59.26%42.35%-
HSV(B)258.28º74.42%67.45%-
XYZ11.916.6239.68-
YUV70.25185.42137.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 172 (67.58% from 255) = 57.53%
R=27.76%
G=14.72%
B=57.53%

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
Decimal83441720.520.7400.33258.2859.2642.35
Hex532CAC344A0211023b2a
Octal12354254641120414027352
Binary10100111011001010110011010010010100100001100000010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,172); }

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

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

 a { background-color: rgb(83,44,172); }

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

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

 span { border-color: rgb(83,44,172); }

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