#5D085A

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

Shades of Palatinate Purple #5D085A

Tints of Palatinate Purple #5D085A

Color information

#5D085A (or 0x5D085A) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 08 and 5A. RGB value is (93,8,90). Sum of RGB (Red+Green+Blue) = 93+8+90=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D085A is #A2F7A5. Grayscale: #2A2A2A. Windows color (decimal): -10680230 or 5900381. OLE color: 5900381.

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

Color convert

RGB93890-
CMYK00.910.030.64
HSL302.12º84.16%19.8%-
HSV(B)302.12º91.4%36.47%-
XYZ6.453.249.96-
YUV42.76154.66163.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.69%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=48.69%
G=4.19%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9389000.910.030.64302.1284.1619.8
Hex5D85A05B34012e5414
Octal135101320133310045612424
Binary10111011000101101001011011111000000100101110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,8,90); }

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

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

 a { background-color: rgb(93,8,90); }

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

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

 span { border-color: rgb(93,8,90); }

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