#532EAC

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

Shades of Purple Heart #532EAC

Tints of Purple Heart #532EAC

Color information

#532EAC (or 0x532EAC) is unknown color: approx Purple Heart. HEX triplet: 53, 2E and AC. RGB value is (83,46,172). Sum of RGB (Red+Green+Blue) = 83+46+172=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #532EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532EAC is #ACD153. Grayscale: #464646. Windows color (decimal): -11325780 or 11284051. OLE color: 11284051.

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

Color convert

RGB8346172-
CMYK0.520.7300.33
HSL257.62º57.8%42.75%-
HSV(B)257.62º73.26%67.45%-
XYZ11.996.7739.7-
YUV71.43184.76136.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=27.57%
G=15.28%
B=57.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83461720.520.7300.33257.6257.842.75
Hex532EAC34490211023a2b
Octal12356254641110414027253
Binary10100111011101010110011010010010010100001100000010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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