#532EA9

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

Shades of Purple Heart #532EA9

Tints of Purple Heart #532EA9

Color information

#532EA9 (or 0x532EA9) is unknown color: approx Purple Heart. HEX triplet: 53, 2E and A9. RGB value is (83,46,169). Sum of RGB (Red+Green+Blue) = 83+46+169=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 169 (66.41% from 255 or 56.71% from 298); Max value from RGB is 169 - color contains mainly: blue. Hex color #532EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532EA9 is #ACD156. Grayscale: #464646. Windows color (decimal): -11325783 or 11087443. OLE color: 11087443.

HSL color Cylindrical-coordinate representation of color #532EA9: hue angle of 258.05º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532EA9 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8346169-
CMYK0.510.7300.34
HSL258.05º57.21%42.16%-
HSV(B)258.05º72.78%66.27%-
XYZ11.716.6638.2-
YUV71.09183.26136.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 169 (66.41% from 255) = 56.71%
R=27.85%
G=15.44%
B=56.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83461690.510.7300.34258.0557.2142.16
Hex532EA93349022102392a
Octal12356251631110424027152
Binary10100111011101010100111001110010010100010100000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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