#532DDB

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

Shades of Purple Heart #532DDB

Tints of Purple Heart #532DDB

Color information

#532DDB (or 0x532DDB) is unknown color: approx Purple Heart. HEX triplet: 53, 2D and DB. RGB value is (83,45,219). Sum of RGB (Red+Green+Blue) = 83+45+219=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #532DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DDB is #ACD224. Grayscale: #4B4B4B. Windows color (decimal): -11325989 or 14363987. OLE color: 14363987.

HSL color Cylindrical-coordinate representation of color #532DDB: hue angle of 253.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532DDB is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8345219-
CMYK0.620.7900.14
HSL253.1º70.73%51.76%-
HSV(B)253.1º79.45%85.88%-
XYZ17.298.8367.81-
YUV76.2208.59132.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 219 (85.94% from 255) = 63.11%
R=23.92%
G=12.97%
B=63.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83452190.620.7900.14253.170.7351.76
Hex532DDB3E4F0Efd4734
Octal123553337611701637510764
Binary101001110110111011011111110100111101110111111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,45,219); }

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

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

 a { background-color: rgb(83,45,219); }

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

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

 span { border-color: rgb(83,45,219); }

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