#560BC4

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

Shades of Purple Heart #560BC4

Tints of Purple Heart #560BC4

Color information

#560BC4 (or 0x560BC4) is unknown color: approx Purple Heart. HEX triplet: 56, 0B and C4. RGB value is (86,11,196). Sum of RGB (Red+Green+Blue) = 86+11+196=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 196 (76.95% from 255 or 66.89% from 293); Max value from RGB is 196 - color contains mainly: blue. Hex color #560BC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BC4 is #A9F43B. Grayscale: #353535. Windows color (decimal): -11138108 or 12847958. OLE color: 12847958.

HSL color Cylindrical-coordinate representation of color #560BC4: hue angle of 264.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560BC4 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8611196-
CMYK0.560.9400.23
HSL264.32º89.37%40.59%-
HSV(B)264.32º94.39%76.86%-
XYZ13.926.252.69-
YUV54.52207.85150.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 196 (76.95% from 255) = 66.89%
R=29.35%
G=3.75%
B=66.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86111960.560.9400.23264.3289.3740.59
Hex56BC4385E0171085929
Octal126133047013602741013151
Binary101011010111100010011100010111100101111000010001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,11,196); }

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

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

 a { background-color: rgb(86,11,196); }

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

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

 span { border-color: rgb(86,11,196); }

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