#5B1A5D

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

Shades of Palatinate Purple #5B1A5D

Tints of Palatinate Purple #5B1A5D

Color information

#5B1A5D (or 0x5B1A5D) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 1A and 5D. RGB value is (91,26,93). Sum of RGB (Red+Green+Blue) = 91+26+93=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B1A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1A5D is #A4E5A2. Grayscale: #343434. Windows color (decimal): -10806691 or 6101595. OLE color: 6101595.

HSL color Cylindrical-coordinate representation of color #5B1A5D: hue angle of 298.21º 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 #5B1A5D is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB912693-
CMYK0.020.7200.64
HSL298.21º56.3%23.33%-
HSV(B)298.21º72.04%36.47%-
XYZ6.663.7510.73-
YUV53.07150.53155.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.33%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=43.33%
G=12.38%
B=44.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9126930.020.7200.64298.2156.323.33
Hex5B1A5D24804012a3817
Octal13332135211001004527027
Binary10110111101010111011010010000100000010010101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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