#5620BC

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

Shades of Purple Heart #5620BC

Tints of Purple Heart #5620BC

Color information

#5620BC (or 0x5620BC) is unknown color: approx Purple Heart. HEX triplet: 56, 20 and BC. RGB value is (86,32,188). Sum of RGB (Red+Green+Blue) = 86+32+188=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #5620BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5620BC is #A9DF43. Grayscale: #414141. Windows color (decimal): -11132740 or 12329046. OLE color: 12329046.

HSL color Cylindrical-coordinate representation of color #5620BC: hue angle of 260.77º 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 #5620BC is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8632188-
CMYK0.540.8300.26
HSL260.77º70.91%43.14%-
HSV(B)260.77º82.98%73.73%-
XYZ13.436.6448.15-
YUV65.93196.89142.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 188 (73.83% from 255) = 61.44%
R=28.10%
G=10.46%
B=61.44%

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
Decimal86321880.540.8300.26260.7770.9143.14
Hex5620BC365301A105472b
Octal126402746612303240510753
Binary10101101000001011110011011010100110110101000001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5620BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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