#5736BA

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

Shades of Purple Heart #5736BA

Tints of Purple Heart #5736BA

Color information

#5736BA (or 0x5736BA) is unknown color: approx Purple Heart. HEX triplet: 57, 36 and BA. RGB value is (87,54,186). Sum of RGB (Red+Green+Blue) = 87+54+186=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5736BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5736BA is #A8C945. Grayscale: #4E4E4E. Windows color (decimal): -11061574 or 12203607. OLE color: 12203607.

HSL color Cylindrical-coordinate representation of color #5736BA: hue angle of 255º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5736BA is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8754186-
CMYK0.530.7100.27
HSL255º55%47.06%-
HSV(B)255º70.97%72.94%-
XYZ14.118.2147.3-
YUV78.91188.43133.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=26.61%
G=16.51%
B=56.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87541860.530.7100.272555547.06
Hex5736BA354701Bff372f
Octal12766272651070333776757
Binary101011111011010111010110101100011101101111111111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5736BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5736BA; }

 p { color: rgb(87,54,186); }

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

<style>
 a { background-color: #5736BA; }

 a { background-color: rgb(87,54,186); }

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

<style>
 span { border-color: #5736BA; }

 span { border-color: rgb(87,54,186); }

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