#5B1061

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

Shades of Palatinate Purple #5B1061

Tints of Palatinate Purple #5B1061

Color information

#5B1061 (or 0x5B1061) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 10 and 61. RGB value is (91,16,97). Sum of RGB (Red+Green+Blue) = 91+16+97=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1061 is #A4EF9E. Grayscale: #2F2F2F. Windows color (decimal): -10809247 or 6361179. OLE color: 6361179.

HSL color Cylindrical-coordinate representation of color #5B1061: hue angle of 295.56º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1061 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB911697-
CMYK0.060.8400.62
HSL295.56º71.68%22.16%-
HSV(B)295.56º83.51%38.04%-
XYZ6.663.4611.63-
YUV47.66155.85158.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=44.61%
G=7.84%
B=47.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9116970.060.8400.62295.5671.6822.16
Hex5B106165403E1284816
Octal13320141612407645011026
Binary101101110000110000111010101000111110100101000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,97); }

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

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

 a { background-color: rgb(91,16,97); }

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

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

 span { border-color: rgb(91,16,97); }

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