#5728B7

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

Shades of Purple Heart #5728B7

Tints of Purple Heart #5728B7

Color information

#5728B7 (or 0x5728B7) is unknown color: approx Purple Heart. HEX triplet: 57, 28 and B7. RGB value is (87,40,183). Sum of RGB (Red+Green+Blue) = 87+40+183=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #5728B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5728B7 is #A8D748. Grayscale: #454545. Windows color (decimal): -11065161 or 12003415. OLE color: 12003415.

HSL color Cylindrical-coordinate representation of color #5728B7: hue angle of 259.72º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5728B7 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8740183-
CMYK0.520.7800.28
HSL259.72º64.13%43.73%-
HSV(B)259.72º78.14%71.76%-
XYZ13.246.9645.45-
YUV70.35191.57139.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 183 (71.88% from 255) = 59.03%
R=28.06%
G=12.90%
B=59.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal87401830.520.7800.28259.7264.1343.73
Hex5728B7344E01C104402c
Octal127502676411603440410054
Binary10101111010001011011111010010011100111001000001001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5728B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5728B7; }

 p { color: rgb(87,40,183); }

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

<style>
 a { background-color: #5728B7; }

 a { background-color: rgb(87,40,183); }

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

<style>
 span { border-color: #5728B7; }

 span { border-color: rgb(87,40,183); }

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