#5D0A57

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

Shades of Palatinate Purple #5D0A57

Tints of Palatinate Purple #5D0A57

Color information

#5D0A57 (or 0x5D0A57) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 0A and 57. RGB value is (93,10,87). Sum of RGB (Red+Green+Blue) = 93+10+87=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0A57 is #A2F5A8. Grayscale: #2B2B2B. Windows color (decimal): -10679721 or 5704285. OLE color: 5704285.

HSL color Cylindrical-coordinate representation of color #5D0A57: hue angle of 304.34º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0A57 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB931087-
CMYK00.890.060.64
HSL304.34º80.58%20.2%-
HSV(B)304.34º89.25%36.47%-
XYZ6.343.239.31-
YUV43.6152.5163.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=48.95%
G=5.26%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93108700.890.060.64304.3480.5820.2
Hex5DA570596401305114
Octal135121270131610046012124
Binary101110110101010111010110011101000000100110000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D0A57; }

 p { color: rgb(93,10,87); }

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

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

 a { background-color: rgb(93,10,87); }

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

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

 span { border-color: rgb(93,10,87); }

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