#56035C

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

Shades of Palatinate Purple #56035C

Tints of Palatinate Purple #56035C

Color information

#56035C (or 0x56035C) is unknown color: approx Palatinate Purple. HEX triplet: 56, 03 and 5C. RGB value is (86,3,92). Sum of RGB (Red+Green+Blue) = 86+3+92=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #56035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56035C is #A9FCA3. Grayscale: #252525. Windows color (decimal): -11140260 or 6030166. OLE color: 6030166.

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

Color convert

RGB86392-
CMYK0.070.9700.64
HSL295.96º93.68%18.63%-
HSV(B)295.96º96.74%36.08%-
XYZ5.82.8210.36-
YUV37.96158.5162.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=47.51%
G=1.66%
B=50.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal863920.070.9700.64295.9693.6818.63
Hex5635C7610401285e13
Octal12631347141010045013623
Binary1010110111011100111110000101000000100101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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