#5B105D

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

Shades of Palatinate Purple #5B105D

Tints of Palatinate Purple #5B105D

Color information

#5B105D (or 0x5B105D) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 10 and 5D. RGB value is (91,16,93). Sum of RGB (Red+Green+Blue) = 91+16+93=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B105D is #A4EFA2. Grayscale: #2E2E2E. Windows color (decimal): -10809251 or 6099035. OLE color: 6099035.

HSL color Cylindrical-coordinate representation of color #5B105D: hue angle of 298.44º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B105D is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB911693-
CMYK0.020.8300.64
HSL298.44º70.64%21.37%-
HSV(B)298.44º82.8%36.47%-
XYZ6.483.3910.67-
YUV47.2153.85159.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.5%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=45.5%
G=8%
B=46.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9116930.020.8300.64298.4470.6421.37
Hex5B105D25304012a4715
Octal133201352123010045210725
Binary101101110000101110110101001101000000100101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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