#5B1360

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

Shades of Palatinate Purple #5B1360

Tints of Palatinate Purple #5B1360

Color information

#5B1360 (or 0x5B1360) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 13 and 60. RGB value is (91,19,96). Sum of RGB (Red+Green+Blue) = 91+19+96=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B1360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1360 is #A4EC9F. Grayscale: #313131. Windows color (decimal): -10808480 or 6296411. OLE color: 6296411.

HSL color Cylindrical-coordinate representation of color #5B1360: hue angle of 296.1º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1360 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB911996-
CMYK0.050.8000.62
HSL296.1º66.96%22.55%-
HSV(B)296.1º80.21%37.65%-
XYZ6.663.5311.4-
YUV49.31154.35157.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.17%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=44.17%
G=9.22%
B=46.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9119960.050.8000.62296.166.9622.55
Hex5B136055003E1284317
Octal13323140512007645010327
Binary101101110011110000010110100000111110100101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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