#5B1057

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

Shades of Palatinate Purple #5B1057

Tints of Palatinate Purple #5B1057

Color information

#5B1057 (or 0x5B1057) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 10 and 57. RGB value is (91,16,87). Sum of RGB (Red+Green+Blue) = 91+16+87=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1057 is #A4EFA8. Grayscale: #2E2E2E. Windows color (decimal): -10809257 or 5705819. OLE color: 5705819.

HSL color Cylindrical-coordinate representation of color #5B1057: hue angle of 303.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1057 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB911687-
CMYK00.820.040.64
HSL303.2º70.09%20.98%-
HSV(B)303.2º82.42%35.69%-
XYZ6.223.289.32-
YUV46.52150.85159.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.91%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=46.91%
G=8.25%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91168700.820.040.64303.270.0920.98
Hex5B105705244012f4615
Octal133201270122410045710625
Binary1011011100001010111010100101001000000100101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,87); }

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

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

 a { background-color: rgb(91,16,87); }

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

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

 span { border-color: rgb(91,16,87); }

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