#5B175E

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

Shades of Palatinate Purple #5B175E

Tints of Palatinate Purple #5B175E

Color information

#5B175E (or 0x5B175E) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 17 and 5E. RGB value is (91,23,94). Sum of RGB (Red+Green+Blue) = 91+23+94=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B175E is #A4E8A1. Grayscale: #333333. Windows color (decimal): -10807458 or 6166363. OLE color: 6166363.

HSL color Cylindrical-coordinate representation of color #5B175E: hue angle of 297.46º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B175E is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB912394-
CMYK0.030.7600.63
HSL297.46º60.68%22.94%-
HSV(B)297.46º75.53%36.86%-
XYZ6.643.6510.94-
YUV51.43152.03156.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.75%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=43.75%
G=11.06%
B=45.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9123940.030.7600.63297.4660.6822.94
Hex5B175E34C03F1293d17
Octal1332713631140774517527
Binary1011011101111011110111001100011111110010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,23,94); }

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

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

 a { background-color: rgb(91,23,94); }

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

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

 span { border-color: rgb(91,23,94); }

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