#57035F

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

Shades of Palatinate Purple #57035F

Tints of Palatinate Purple #57035F

Color information

#57035F (or 0x57035F) is unknown color: approx Palatinate Purple. HEX triplet: 57, 03 and 5F. RGB value is (87,3,95). Sum of RGB (Red+Green+Blue) = 87+3+95=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #57035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57035F is #A8FCA0. Grayscale: #262626. Windows color (decimal): -11074721 or 6226775. OLE color: 6226775.

HSL color Cylindrical-coordinate representation of color #57035F: hue angle of 294.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57035F is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB87395-
CMYK0.080.9700.63
HSL294.78º93.88%19.22%-
HSV(B)294.78º96.84%37.25%-
XYZ6.032.9211.07-
YUV38.6159.83162.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=47.03%
G=1.62%
B=51.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal873950.080.9700.63294.7893.8819.22
Hex5735F86103F1275e13
Octal12731371014107744713623
Binary1010111111011111100011000010111111100100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57035F; }

 p { color: rgb(87,3,95); }

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

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

 a { background-color: rgb(87,3,95); }

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

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

 span { border-color: rgb(87,3,95); }

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