#532EAA

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

Shades of Purple Heart #532EAA

Tints of Purple Heart #532EAA

Color information

#532EAA (or 0x532EAA) is unknown color: approx Purple Heart. HEX triplet: 53, 2E and AA. RGB value is (83,46,170). Sum of RGB (Red+Green+Blue) = 83+46+170=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #532EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532EAA is #ACD155. Grayscale: #464646. Windows color (decimal): -11325782 or 11152979. OLE color: 11152979.

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

Color convert

RGB8346170-
CMYK0.510.7300.33
HSL257.9º57.41%42.35%-
HSV(B)257.9º72.94%66.67%-
XYZ11.86.738.7-
YUV71.2183.76136.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=27.76%
G=15.38%
B=56.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83461700.510.7300.33257.957.4142.35
Hex532EAA3349021102392a
Octal12356252631110414027152
Binary10100111011101010101011001110010010100001100000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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