#5D224E

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

Shades of Palatinate Purple #5D224E

Tints of Palatinate Purple #5D224E

Color information

#5D224E (or 0x5D224E) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 22 and 4E. RGB value is (93,34,78). Sum of RGB (Red+Green+Blue) = 93+34+78=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D224E is #A2DDB1. Grayscale: #383838. Windows color (decimal): -10673586 or 5120605. OLE color: 5120605.

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

Color convert

RGB933478-
CMYK00.630.160.64
HSL315.25º46.46%24.9%-
HSV(B)315.25º63.44%36.47%-
XYZ6.464.027.64-
YUV56.66140.05153.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=45.37%
G=16.59%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93347800.630.160.64315.2546.4624.9
Hex5D224E03F104013b2e19
Octal13542116077201004735631
Binary10111011000101001110011111110000100000010011101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,34,78); }

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

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

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

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

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

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

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