#5B1765

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

Shades of Palatinate Purple #5B1765

Tints of Palatinate Purple #5B1765

Color information

#5B1765 (or 0x5B1765) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 17 and 65. RGB value is (91,23,101). Sum of RGB (Red+Green+Blue) = 91+23+101=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B1765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1765 is #A4E89A. Grayscale: #333333. Windows color (decimal): -10807451 or 6625115. OLE color: 6625115.

HSL color Cylindrical-coordinate representation of color #5B1765: hue angle of 292.31º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1765 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9123101-
CMYK0.100.7700.60
HSL292.31º62.9%24.31%-
HSV(B)292.31º77.23%39.61%-
XYZ6.973.7812.67-
YUV52.22155.53155.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.33%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=42.33%
G=10.70%
B=46.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91231010.100.7700.60292.3162.924.31
Hex5B1765A4D03C1243f18
Octal13327145121150744447730
Binary101101110111110010110101001101011110010010010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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