#5D0D59

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

Shades of Palatinate Purple #5D0D59

Tints of Palatinate Purple #5D0D59

Color information

#5D0D59 (or 0x5D0D59) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 0D and 59. RGB value is (93,13,89). Sum of RGB (Red+Green+Blue) = 93+13+89=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0D59 is #A2F2A6. Grayscale: #2D2D2D. Windows color (decimal): -10678951 or 5836125. OLE color: 5836125.

HSL color Cylindrical-coordinate representation of color #5D0D59: hue angle of 303º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0D59 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB931389-
CMYK00.860.040.64
HSL303º75.47%20.78%-
HSV(B)303º86.02%36.47%-
XYZ6.463.349.75-
YUV45.58152.5161.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.69%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=47.69%
G=6.67%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93138900.860.040.6430375.4720.78
Hex5DD5905644012f4b15
Octal135151310126410045711325
Binary101110111011011001010101101001000000100101111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,13,89); }

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

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

 a { background-color: rgb(93,13,89); }

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

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

 span { border-color: rgb(93,13,89); }

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