#5600BC

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

Shades of Purple Heart #5600BC

Tints of Purple Heart #5600BC

Color information

#5600BC (or 0x5600BC) is unknown color: approx Purple Heart. HEX triplet: 56, 00 and BC. RGB value is (86,0,188). Sum of RGB (Red+Green+Blue) = 86+0+188=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #5600BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600BC is #A9FF43. Grayscale: #2E2E2E. Windows color (decimal): -11140932 or 12320854. OLE color: 12320854.

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

Color convert

RGB860188-
CMYK0.54100.26
HSL267.45º100%36.86%-
HSV(B)267.45º100%73.73%-
XYZ12.915.6147.98-
YUV47.15207.49155.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 188 (73.83% from 255) = 68.61%
R=31.39%
G=0%
B=68.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8601880.54100.26267.4510036.86
Hex560BC366401A10b6425
Octal12602746614403241314445
Binary101011001011110011011011001000110101000010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5600BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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