#5D255B

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

Shades of Palatinate Purple #5D255B

Tints of Palatinate Purple #5D255B

Color information

#5D255B (or 0x5D255B) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 25 and 5B. RGB value is (93,37,91). Sum of RGB (Red+Green+Blue) = 93+37+91=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D255B is #A2DAA4. Grayscale: #3B3B3B. Windows color (decimal): -10672805 or 5973341. OLE color: 5973341.

HSL color Cylindrical-coordinate representation of color #5D255B: hue angle of 302.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D255B is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB933791-
CMYK00.600.020.64
HSL302.14º43.08%25.49%-
HSV(B)302.14º60.22%36.47%-
XYZ7.064.4110.38-
YUV59.9145.55151.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.08%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=42.08%
G=16.74%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93379100.600.020.64302.1443.0825.49
Hex5D255B03C24012e2b19
Octal1354513307421004565331
Binary10111011001011011011011110010100000010010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,91); }

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

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

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

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

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

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

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