#5B255D

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

Shades of Palatinate Purple #5B255D

Tints of Palatinate Purple #5B255D

Color information

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

HSL color Cylindrical-coordinate representation of color #5B255D: hue angle of 297.86º 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 #5B255D is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB913793-
CMYK0.020.6000.64
HSL297.86º43.08%25.49%-
HSV(B)297.86º60.22%36.47%-
XYZ6.954.3410.83-
YUV59.53146.89150.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9137930.020.6000.64297.8643.0825.49
Hex5B255D23C04012a2b19
Octal1334513527401004525331
Binary10110111001011011101101111000100000010010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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