#560158

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

Shades of Palatinate Purple #560158

Tints of Palatinate Purple #560158

Color information

#560158 (or 0x560158) is unknown color: approx Palatinate Purple. HEX triplet: 56, 01 and 58. RGB value is (86,1,88). Sum of RGB (Red+Green+Blue) = 86+1+88=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #560158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560158 is #A9FEA7. Grayscale: #242424. Windows color (decimal): -11140776 or 5767510. OLE color: 5767510.

HSL color Cylindrical-coordinate representation of color #560158: hue angle of 298.62º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560158 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB86188-
CMYK0.020.9900.65
HSL298.62º97.75%17.45%-
HSV(B)298.62º98.86%34.51%-
XYZ5.612.79.46-
YUV36.33157.16163.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=49.14%
G=0.57%
B=50.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal861880.020.9900.65298.6297.7517.45
Hex5615826304112b6211
Octal12611302143010145314221
Binary10101101101100010110001101000001100101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560158; }

 p { color: rgb(86,1,88); }

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

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

 a { background-color: rgb(86,1,88); }

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

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

 span { border-color: rgb(86,1,88); }

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