#5D1950

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

Shades of Palatinate Purple #5D1950

Tints of Palatinate Purple #5D1950

Color information

#5D1950 (or 0x5D1950) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 19 and 50. RGB value is (93,25,80). Sum of RGB (Red+Green+Blue) = 93+25+80=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1950 is #A2E6AF. Grayscale: #333333. Windows color (decimal): -10675888 or 5249373. OLE color: 5249373.

HSL color Cylindrical-coordinate representation of color #5D1950: hue angle of 311.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1950 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB932580-
CMYK00.730.140.64
HSL311.47º57.63%23.14%-
HSV(B)311.47º73.12%36.47%-
XYZ6.313.67.95-
YUV51.6144.03157.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=46.97%
G=12.63%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93258000.730.140.64311.4757.6323.14
Hex5D1950049E401373a17
Octal135311200111161004677227
Binary1011101110011010000010010011110100000010011011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,80); }

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

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

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

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

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

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

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