#5B1A5C

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

Shades of Palatinate Purple #5B1A5C

Tints of Palatinate Purple #5B1A5C

Color information

#5B1A5C (or 0x5B1A5C) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 1A and 5C. RGB value is (91,26,92). Sum of RGB (Red+Green+Blue) = 91+26+92=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B1A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1A5C is #A4E5A3. Grayscale: #343434. Windows color (decimal): -10806692 or 6036059. OLE color: 6036059.

HSL color Cylindrical-coordinate representation of color #5B1A5C: hue angle of 299.09º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B1A5C is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB912692-
CMYK0.010.7200.64
HSL299.09º55.93%23.14%-
HSV(B)299.09º71.74%36.08%-
XYZ6.623.7410.5-
YUV52.96150.03155.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=43.54%
G=12.44%
B=44.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9126920.010.7200.64299.0955.9323.14
Hex5B1A5C14804012b3817
Octal13332134111001004537027
Binary1011011110101011100110010000100000010010101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,26,92); }

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

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

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

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

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

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

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