#5B0760

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

Shades of Palatinate Purple #5B0760

Tints of Palatinate Purple #5B0760

Color information

#5B0760 (or 0x5B0760) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 07 and 60. RGB value is (91,7,96). Sum of RGB (Red+Green+Blue) = 91+7+96=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B0760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0760 is #A4F89F. Grayscale: #292929. Windows color (decimal): -10811552 or 6293339. OLE color: 6293339.

HSL color Cylindrical-coordinate representation of color #5B0760: hue angle of 296.63º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0760 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB91796-
CMYK0.050.9300.62
HSL296.63º86.41%20.2%-
HSV(B)296.63º92.71%37.65%-
XYZ6.53.2211.35-
YUV42.26158.33162.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.91%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=46.91%
G=3.61%
B=49.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal917960.050.9300.62296.6386.4120.2
Hex5B76055D03E1295614
Octal1337140513507645112624
Binary1011011111110000010110111010111110100101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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