#5732C1

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

Shades of Purple Heart #5732C1

Tints of Purple Heart #5732C1

Color information

#5732C1 (or 0x5732C1) is unknown color: approx Purple Heart. HEX triplet: 57, 32 and C1. RGB value is (87,50,193). Sum of RGB (Red+Green+Blue) = 87+50+193=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #5732C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732C1 is #A8CD3E. Grayscale: #4C4C4C. Windows color (decimal): -11062591 or 12661335. OLE color: 12661335.

HSL color Cylindrical-coordinate representation of color #5732C1: hue angle of 255.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5732C1 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8750193-
CMYK0.550.7400.24
HSL255.52º58.85%47.65%-
HSV(B)255.52º74.09%75.69%-
XYZ14.78.1651.25-
YUV77.37193.26134.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 193 (75.78% from 255) = 58.48%
R=26.36%
G=15.15%
B=58.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87501930.550.7400.24255.5258.8547.65
Hex5732C1374A0181003b30
Octal12762301671120304007360
Binary1010111110010110000011101111001010011000100000000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5732C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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