#560CB8

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

Shades of Purple Heart #560CB8

Tints of Purple Heart #560CB8

Color information

#560CB8 (or 0x560CB8) is unknown color: approx Purple Heart. HEX triplet: 56, 0C and B8. RGB value is (86,12,184). Sum of RGB (Red+Green+Blue) = 86+12+184=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #560CB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560CB8 is #A9F347. Grayscale: #353535. Windows color (decimal): -11137864 or 12061782. OLE color: 12061782.

HSL color Cylindrical-coordinate representation of color #560CB8: hue angle of 265.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560CB8 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8612184-
CMYK0.530.9300.28
HSL265.81º87.76%38.43%-
HSV(B)265.81º93.48%72.16%-
XYZ12.625.745.78-
YUV53.73201.52151.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 12 (5.08% from 255) = 4.26%
BLUE value IS 184 (72.27% from 255) = 65.25%
R=30.50%
G=4.26%
B=65.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86121840.530.9300.28265.8187.7638.43
Hex56CB8355D01C10a5826
Octal126142706513503441213046
Binary101011011001011100011010110111010111001000010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560CB8; }

 p { color: rgb(86,12,184); }

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

<style>
 a { background-color: #560CB8; }

 a { background-color: rgb(86,12,184); }

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

<style>
 span { border-color: #560CB8; }

 span { border-color: rgb(86,12,184); }

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