#532DC2

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

Shades of Purple Heart #532DC2

Tints of Purple Heart #532DC2

Color information

#532DC2 (or 0x532DC2) is unknown color: approx Purple Heart. HEX triplet: 53, 2D and C2. RGB value is (83,45,194). Sum of RGB (Red+Green+Blue) = 83+45+194=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #532DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DC2 is #ACD23D. Grayscale: #484848. Windows color (decimal): -11326014 or 12725587. OLE color: 12725587.

HSL color Cylindrical-coordinate representation of color #532DC2: hue angle of 255.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532DC2 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8345194-
CMYK0.570.7700.24
HSL255.3º62.34%46.86%-
HSV(B)255.3º76.8%76.08%-
XYZ14.247.6151.76-
YUV73.35196.09134.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 194 (76.17% from 255) = 60.25%
R=25.78%
G=13.98%
B=60.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83451940.570.7700.24255.362.3446.86
Hex532DC2394D018ff3e2f
Octal12355302711150303777657
Binary101001110110111000010111001100110101100011111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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