#5732CA

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

Shades of Purple Heart #5732CA

Tints of Purple Heart #5732CA

Color information

#5732CA (or 0x5732CA) is unknown color: approx Purple Heart. HEX triplet: 57, 32 and CA. RGB value is (87,50,202). Sum of RGB (Red+Green+Blue) = 87+50+202=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #5732CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732CA is #A8CD35. Grayscale: #4D4D4D. Windows color (decimal): -11062582 or 13251159. OLE color: 13251159.

HSL color Cylindrical-coordinate representation of color #5732CA: hue angle of 254.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5732CA is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8750202-
CMYK0.570.7500.21
HSL254.61º60.32%49.41%-
HSV(B)254.61º75.25%79.22%-
XYZ15.738.5756.7-
YUV78.39197.76134.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=25.66%
G=14.75%
B=59.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87502020.570.7500.21254.6160.3249.41
Hex5732CA394B015ff3c31
Octal12762312711130253777461
Binary101011111001011001010111001100101101010111111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5732CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5732CA; }

 p { color: rgb(87,50,202); }

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

<style>
 a { background-color: #5732CA; }

 a { background-color: rgb(87,50,202); }

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

<style>
 span { border-color: #5732CA; }

 span { border-color: rgb(87,50,202); }

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