#5B105B

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

Shades of Palatinate Purple #5B105B

Tints of Palatinate Purple #5B105B

Color information

#5B105B (or 0x5B105B) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 10 and 5B. RGB value is (91,16,91). Sum of RGB (Red+Green+Blue) = 91+16+91=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B105B is #A4EFA4. Grayscale: #2E2E2E. Windows color (decimal): -10809253 or 5967963. OLE color: 5967963.

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

Color convert

RGB911691-
CMYK00.8200.64
HSL300º70.09%20.98%-
HSV(B)300º82.42%35.69%-
XYZ6.393.3510.21-
YUV46.98152.85159.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.96%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=45.96%
G=8.08%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91169100.8200.6430070.0920.98
Hex5B105B05204012c4615
Octal133201330122010045410625
Binary10110111000010110110101001001000000100101100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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