#56035B

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

Shades of Palatinate Purple #56035B

Tints of Palatinate Purple #56035B

Color information

#56035B (or 0x56035B) is unknown color: approx Palatinate Purple. HEX triplet: 56, 03 and 5B. RGB value is (86,3,91). Sum of RGB (Red+Green+Blue) = 86+3+91=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #56035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56035B is #A9FCA4. Grayscale: #252525. Windows color (decimal): -11140261 or 5964630. OLE color: 5964630.

HSL color Cylindrical-coordinate representation of color #56035B: hue angle of 296.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56035B is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86391-
CMYK0.050.9700.64
HSL296.59º93.62%18.43%-
HSV(B)296.59º96.7%35.69%-
XYZ5.762.810.13-
YUV37.85158162.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=47.78%
G=1.67%
B=50.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal863910.050.9700.64296.5993.6218.43
Hex5635B5610401295e12
Octal12631335141010045113622
Binary1010110111011011101110000101000000100101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56035B; }

 p { color: rgb(86,3,91); }

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

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

 a { background-color: rgb(86,3,91); }

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

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

 span { border-color: rgb(86,3,91); }

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