#5D125D

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

Shades of Palatinate Purple #5D125D

Tints of Palatinate Purple #5D125D

Color information

#5D125D (or 0x5D125D) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 12 and 5D. RGB value is (93,18,93). Sum of RGB (Red+Green+Blue) = 93+18+93=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D125D is #A2EDA2. Grayscale: #303030. Windows color (decimal): -10677667 or 6099549. OLE color: 6099549.

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

Color convert

RGB931893-
CMYK00.8100.64
HSL300º67.57%21.76%-
HSV(B)300º80.65%36.47%-
XYZ6.713.5510.69-
YUV48.97152.85159.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.59%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=45.59%
G=8.82%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93189300.8100.6430067.5721.76
Hex5D125D05104012c4416
Octal135221350121010045410426
Binary10111011001010111010101000101000000100101100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,18,93); }

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

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

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

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

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

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

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