#5A1751

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

Shades of Palatinate Purple #5A1751

Tints of Palatinate Purple #5A1751

Color information

#5A1751 (or 0x5A1751) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 17 and 51. RGB value is (90,23,81). Sum of RGB (Red+Green+Blue) = 90+23+81=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1751 is #A5E8AE. Grayscale: #313131. Windows color (decimal): -10873007 or 5314394. OLE color: 5314394.

HSL color Cylindrical-coordinate representation of color #5A1751: hue angle of 308.06º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A1751 is Cyan = 0, Magento = 0.74, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB902381-
CMYK00.740.10.65
HSL308.06º59.29%22.16%-
HSV(B)308.06º74.44%35.29%-
XYZ6.013.388.12-
YUV49.64145.7156.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.39%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=46.39%
G=11.86%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90238100.740.10.65308.0659.2922.16
Hex5A175104AA411343b16
Octal132271210112121014647326
Binary1011010101111010001010010101010100000110011010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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