#5711BA

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

Shades of Purple Heart #5711BA

Tints of Purple Heart #5711BA

Color information

#5711BA (or 0x5711BA) is unknown color: approx Purple Heart. HEX triplet: 57, 11 and BA. RGB value is (87,17,186). Sum of RGB (Red+Green+Blue) = 87+17+186=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #5711BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711BA is #A8EE45. Grayscale: #383838. Windows color (decimal): -11071046 or 12194135. OLE color: 12194135.

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

Color convert

RGB8717186-
CMYK0.530.9100.27
HSL264.85º83.25%39.8%-
HSV(B)264.85º90.86%72.94%-
XYZ12.995.9746.92-
YUV57.2200.69149.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=30%
G=5.86%
B=64.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87171860.530.9100.27264.8583.2539.8
Hex5711BA355B01B1095328
Octal127212726513303341112350
Binary1010111100011011101011010110110110110111000010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5711BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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