#5A175B

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

Shades of Palatinate Purple #5A175B

Tints of Palatinate Purple #5A175B

Color information

#5A175B (or 0x5A175B) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 17 and 5B. RGB value is (90,23,91). Sum of RGB (Red+Green+Blue) = 90+23+91=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A175B is #A5E8A4. Grayscale: #323232. Windows color (decimal): -10872997 or 5969754. OLE color: 5969754.

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

Color convert

RGB902391-
CMYK0.010.7500.64
HSL299.12º59.65%22.35%-
HSV(B)299.12º74.73%35.69%-
XYZ6.413.5410.24-
YUV50.78150.7155.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=44.12%
G=11.27%
B=44.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9023910.010.7500.64299.1259.6522.35
Hex5A175B14B04012b3c16
Octal13227133111301004537426
Binary1011010101111011011110010110100000010010101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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