#5B1365

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

Shades of Palatinate Purple #5B1365

Tints of Palatinate Purple #5B1365

Color information

#5B1365 (or 0x5B1365) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 13 and 65. RGB value is (91,19,101). Sum of RGB (Red+Green+Blue) = 91+19+101=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B1365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1365 is #A4EC9A. Grayscale: #313131. Windows color (decimal): -10808475 or 6624091. OLE color: 6624091.

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

Color convert

RGB9119101-
CMYK0.100.8100.60
HSL292.68º68.33%23.53%-
HSV(B)292.68º81.19%39.61%-
XYZ6.93.6312.65-
YUV49.88156.85157.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.13%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=43.13%
G=9.00%
B=47.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91191010.100.8100.60292.6868.3323.53
Hex5B1365A5103C1254418
Octal133231451212107444510430
Binary1011011100111100101101010100010111100100100101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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