#5B174F

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

Shades of Palatinate Purple #5B174F

Tints of Palatinate Purple #5B174F

Color information

#5B174F (or 0x5B174F) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 17 and 4F. RGB value is (91,23,79). Sum of RGB (Red+Green+Blue) = 91+23+79=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B174F is #A4E8B0. Grayscale: #313131. Windows color (decimal): -10807473 or 5183323. OLE color: 5183323.

HSL color Cylindrical-coordinate representation of color #5B174F: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B174F is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB912379-
CMYK00.750.130.64
HSL310.59º59.65%22.35%-
HSV(B)310.59º74.73%35.69%-
XYZ6.033.47.74-
YUV49.72144.53157.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.15%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=47.15%
G=11.92%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91237900.750.130.64310.5959.6522.35
Hex5B174F04BD401373c16
Octal133271170113151004677426
Binary1011011101111001111010010111101100000010011011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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