#56035D

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

Shades of Palatinate Purple #56035D

Tints of Palatinate Purple #56035D

Color information

#56035D (or 0x56035D) is unknown color: approx Palatinate Purple. HEX triplet: 56, 03 and 5D. RGB value is (86,3,93). Sum of RGB (Red+Green+Blue) = 86+3+93=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #56035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56035D is #A9FCA2. Grayscale: #252525. Windows color (decimal): -11140259 or 6095702. OLE color: 6095702.

HSL color Cylindrical-coordinate representation of color #56035D: hue angle of 295.33º 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 #56035D is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86393-
CMYK0.080.9700.64
HSL295.33º93.75%18.82%-
HSV(B)295.33º96.77%36.47%-
XYZ5.852.8310.59-
YUV38.08159162.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=47.25%
G=1.65%
B=51.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal863930.080.9700.64295.3393.7518.82
Hex5635D8610401275e13
Octal126313510141010044713623
Binary10101101110111011000110000101000000100100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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