#532EBC

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

Shades of Purple Heart #532EBC

Tints of Purple Heart #532EBC

Color information

#532EBC (or 0x532EBC) is unknown color: approx Purple Heart. HEX triplet: 53, 2E and BC. RGB value is (83,46,188). Sum of RGB (Red+Green+Blue) = 83+46+188=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #532EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EBC is #ACD143. Grayscale: #484848. Windows color (decimal): -11325764 or 12332627. OLE color: 12332627.

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

Color convert

RGB8346188-
CMYK0.560.7600.26
HSL255.63º60.68%45.88%-
HSV(B)255.63º75.53%73.73%-
XYZ13.627.4248.29-
YUV73.25192.76134.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 188 (73.83% from 255) = 59.31%
R=26.18%
G=14.51%
B=59.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83461880.560.7600.26255.6360.6845.88
Hex532EBC384C01A1003d2e
Octal12356274701140324007556
Binary1010011101110101111001110001001100011010100000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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