#5A1A5B

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

Shades of Palatinate Purple #5A1A5B

Tints of Palatinate Purple #5A1A5B

Color information

#5A1A5B (or 0x5A1A5B) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 1A and 5B. RGB value is (90,26,91). Sum of RGB (Red+Green+Blue) = 90+26+91=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A5B is #A5E5A4. Grayscale: #343434. Windows color (decimal): -10872229 or 5970522. OLE color: 5970522.

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

Color convert

RGB902691-
CMYK0.010.7100.64
HSL299.08º55.56%22.94%-
HSV(B)299.08º71.43%35.69%-
XYZ6.473.6710.26-
YUV52.55149.7154.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.48%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=43.48%
G=12.56%
B=43.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9026910.010.7100.64299.0855.5622.94
Hex5A1A5B14704012b3817
Octal13232133110701004537027
Binary1011010110101011011110001110100000010010101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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