#5A1267

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

Shades of Palatinate Purple #5A1267

Tints of Palatinate Purple #5A1267

Color information

#5A1267 (or 0x5A1267) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 12 and 67. RGB value is (90,18,103). Sum of RGB (Red+Green+Blue) = 90+18+103=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A1267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1267 is #A5ED98. Grayscale: #303030. Windows color (decimal): -10874265 or 6754906. OLE color: 6754906.

HSL color Cylindrical-coordinate representation of color #5A1267: hue angle of 290.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1267 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9018103-
CMYK0.130.8300.60
HSL290.82º70.25%23.73%-
HSV(B)290.82º82.52%40.39%-
XYZ6.883.5913.16-
YUV49.22158.35157.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=42.65%
G=8.53%
B=48.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90181030.130.8300.60290.8270.2523.73
Hex5A1267D5303C1234618
Octal132221471512307444310630
Binary1011010100101100111110110100110111100100100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,18,103); }

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

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

 a { background-color: rgb(90,18,103); }

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

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

 span { border-color: rgb(90,18,103); }

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