#532ACB

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

Shades of Purple Heart #532ACB

Tints of Purple Heart #532ACB

Color information

#532ACB (or 0x532ACB) is unknown color: approx Purple Heart. HEX triplet: 53, 2A and CB. RGB value is (83,42,203). Sum of RGB (Red+Green+Blue) = 83+42+203=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #532ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ACB is #ACD534. Grayscale: #484848. Windows color (decimal): -11326773 or 13314643. OLE color: 13314643.

HSL color Cylindrical-coordinate representation of color #532ACB: hue angle of 255.28º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532ACB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8342203-
CMYK0.590.7900.20
HSL255.28º65.71%48.04%-
HSV(B)255.28º79.31%79.61%-
XYZ15.177.8157.21-
YUV72.61201.58135.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 42 (16.80% from 255) = 12.80%
BLUE value IS 203 (79.69% from 255) = 61.89%
R=25.30%
G=12.80%
B=61.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83422030.590.7900.20255.2865.7148.04
Hex532ACB3B4F014ff4230
Octal123523137311702437710260
Binary1010011101010110010111110111001111010100111111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,203); }

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

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

 a { background-color: rgb(83,42,203); }

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

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

 span { border-color: rgb(83,42,203); }

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