#560EC2

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

Shades of Purple Heart #560EC2

Tints of Purple Heart #560EC2

Color information

#560EC2 (or 0x560EC2) is unknown color: approx Purple Heart. HEX triplet: 56, 0E and C2. RGB value is (86,14,194). Sum of RGB (Red+Green+Blue) = 86+14+194=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #560EC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EC2 is #A9F13D. Grayscale: #373737. Windows color (decimal): -11137342 or 12717654. OLE color: 12717654.

HSL color Cylindrical-coordinate representation of color #560EC2: hue angle of 264º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560EC2 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8614194-
CMYK0.560.9300.24
HSL264º86.54%40.78%-
HSV(B)264º92.78%76.08%-
XYZ13.736.1951.51-
YUV56.05205.85149.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 194 (76.17% from 255) = 65.99%
R=29.25%
G=4.76%
B=65.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86141940.560.9300.2426486.5440.78
Hex56EC2385D0181085729
Octal126163027013503041012751
Binary101011011101100001011100010111010110001000010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,14,194); }

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

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

 a { background-color: rgb(86,14,194); }

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

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

 span { border-color: rgb(86,14,194); }

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