#5732B0

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

Shades of Purple Heart #5732B0

Tints of Purple Heart #5732B0

Color information

#5732B0 (or 0x5732B0) is unknown color: approx Purple Heart. HEX triplet: 57, 32 and B0. RGB value is (87,50,176). Sum of RGB (Red+Green+Blue) = 87+50+176=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 176 (69.14% from 255 or 56.23% from 313); Max value from RGB is 176 - color contains mainly: blue. Hex color #5732B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5732B0 is #A8CD4F. Grayscale: #4A4A4A. Windows color (decimal): -11062608 or 11547223. OLE color: 11547223.

HSL color Cylindrical-coordinate representation of color #5732B0: hue angle of 257.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5732B0 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8750176-
CMYK0.510.7200.31
HSL257.62º55.75%44.31%-
HSV(B)257.62º71.59%69.02%-
XYZ12.917.4441.83-
YUV75.43184.76136.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 176 (69.14% from 255) = 56.23%
R=27.80%
G=15.97%
B=56.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87501760.510.7200.31257.6255.7544.31
Hex5732B0334801F102382c
Octal12762260631100374027054
Binary1010111110010101100001100111001000011111100000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5732B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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