#532EBF

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

Shades of Purple Heart #532EBF

Tints of Purple Heart #532EBF

Color information

#532EBF (or 0x532EBF) is unknown color: approx Purple Heart. HEX triplet: 53, 2E and BF. RGB value is (83,46,191). Sum of RGB (Red+Green+Blue) = 83+46+191=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #532EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EBF is #ACD140. Grayscale: #494949. Windows color (decimal): -11325761 or 12529235. OLE color: 12529235.

HSL color Cylindrical-coordinate representation of color #532EBF: hue angle of 255.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532EBF is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8346191-
CMYK0.570.7600.25
HSL255.31º61.18%46.47%-
HSV(B)255.31º75.92%74.9%-
XYZ13.957.5550.01-
YUV73.59194.26134.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 191 (75% from 255) = 59.69%
R=25.94%
G=14.38%
B=59.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83461910.570.7600.25255.3161.1846.47
Hex532EBF394C019ff3d2e
Octal12356277711140313777556
Binary101001110111010111111111001100110001100111111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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