#5B1763

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

Shades of Palatinate Purple #5B1763

Tints of Palatinate Purple #5B1763

Color information

#5B1763 (or 0x5B1763) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 17 and 63. RGB value is (91,23,99). Sum of RGB (Red+Green+Blue) = 91+23+99=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B1763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1763 is #A4E89C. Grayscale: #333333. Windows color (decimal): -10807453 or 6494043. OLE color: 6494043.

HSL color Cylindrical-coordinate representation of color #5B1763: hue angle of 293.68º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1763 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB912399-
CMYK0.080.7700.61
HSL293.68º62.3%23.92%-
HSV(B)293.68º76.77%38.82%-
XYZ6.873.7412.16-
YUV52154.53155.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.72%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=42.72%
G=10.80%
B=46.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9123990.080.7700.61293.6862.323.92
Hex5B176384D03D1263e18
Octal13327143101150754467630
Binary101101110111110001110001001101011110110010011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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