#5720BC

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

Shades of Purple Heart #5720BC

Tints of Purple Heart #5720BC

Color information

#5720BC (or 0x5720BC) is unknown color: approx Purple Heart. HEX triplet: 57, 20 and BC. RGB value is (87,32,188). Sum of RGB (Red+Green+Blue) = 87+32+188=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5720BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720BC is #A8DF43. Grayscale: #414141. Windows color (decimal): -11067204 or 12329047. OLE color: 12329047.

HSL color Cylindrical-coordinate representation of color #5720BC: hue angle of 261.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5720BC is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8732188-
CMYK0.540.8300.26
HSL261.15º70.91%43.14%-
HSV(B)261.15º82.98%73.73%-
XYZ13.526.6948.16-
YUV66.23196.72142.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=28.34%
G=10.42%
B=61.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87321880.540.8300.26261.1570.9143.14
Hex5720BC365301A105472b
Octal127402746612303240510753
Binary10101111000001011110011011010100110110101000001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5720BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5720BC; }

 p { color: rgb(87,32,188); }

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

<style>
 a { background-color: #5720BC; }

 a { background-color: rgb(87,32,188); }

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

<style>
 span { border-color: #5720BC; }

 span { border-color: rgb(87,32,188); }

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