#5D045D

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

Shades of Palatinate Purple #5D045D

Tints of Palatinate Purple #5D045D

Color information

#5D045D (or 0x5D045D) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 04 and 5D. RGB value is (93,4,93). Sum of RGB (Red+Green+Blue) = 93+4+93=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D045D is #A2FBA2. Grayscale: #282828. Windows color (decimal): -10681251 or 6095965. OLE color: 6095965.

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

Color convert

RGB93493-
CMYK00.9600.64
HSL300º91.75%19.02%-
HSV(B)300º95.7%36.47%-
XYZ6.533.210.63-
YUV40.76157.49165.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=48.95%
G=2.11%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9349300.9600.6430091.7519.02
Hex5D45D06004012c5c13
Octal13541350140010045413423
Binary101110110010111010110000001000000100101100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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