#532DAC

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

Shades of Purple Heart #532DAC

Tints of Purple Heart #532DAC

Color information

#532DAC (or 0x532DAC) is unknown color: approx Purple Heart. HEX triplet: 53, 2D and AC. RGB value is (83,45,172). Sum of RGB (Red+Green+Blue) = 83+45+172=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #532DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532DAC is #ACD253. Grayscale: #464646. Windows color (decimal): -11326036 or 11283795. OLE color: 11283795.

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

Color convert

RGB8345172-
CMYK0.520.7400.33
HSL257.95º58.53%42.55%-
HSV(B)257.95º73.84%67.45%-
XYZ11.956.6939.69-
YUV70.84185.09136.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 172 (67.58% from 255) = 57.33%
R=27.67%
G=15%
B=57.33%

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
Decimal83451720.520.7400.33257.9558.5342.55
Hex532DAC344A0211023b2b
Octal12355254641120414027353
Binary10100111011011010110011010010010100100001100000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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