#5B185F

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

Shades of Palatinate Purple #5B185F

Tints of Palatinate Purple #5B185F

Color information

#5B185F (or 0x5B185F) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 18 and 5F. RGB value is (91,24,95). Sum of RGB (Red+Green+Blue) = 91+24+95=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B185F is #A4E7A0. Grayscale: #333333. Windows color (decimal): -10807201 or 6232155. OLE color: 6232155.

HSL color Cylindrical-coordinate representation of color #5B185F: hue angle of 296.62º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B185F is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB912495-
CMYK0.040.7500.63
HSL296.62º59.66%23.33%-
HSV(B)296.62º74.74%37.25%-
XYZ6.713.711.19-
YUV52.13152.2155.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.33%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=43.33%
G=11.43%
B=45.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9124950.040.7500.63296.6259.6623.33
Hex5B185F44B03F1293c17
Octal1333013741130774517427
Binary10110111100010111111001001011011111110010100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,95); }

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

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

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

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

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

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

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