#5D244F

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

Shades of Palatinate Purple #5D244F

Tints of Palatinate Purple #5D244F

Color information

#5D244F (or 0x5D244F) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 24 and 4F. RGB value is (93,36,79). Sum of RGB (Red+Green+Blue) = 93+36+79=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D244F is #A2DBB0. Grayscale: #393939. Windows color (decimal): -10673073 or 5186653. OLE color: 5186653.

HSL color Cylindrical-coordinate representation of color #5D244F: hue angle of 314.74º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D244F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB933679-
CMYK00.610.150.64
HSL314.74º44.19%25.29%-
HSV(B)314.74º61.29%36.47%-
XYZ6.564.157.85-
YUV57.94139.88153-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=44.71%
G=17.31%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93367900.610.150.64314.7444.1925.29
Hex5D244F03DF4013b2c19
Octal13544117075171004735431
Binary1011101100100100111101111011111100000010011101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,79); }

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

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

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

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

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

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

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