#5A1266

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

Shades of Palatinate Purple #5A1266

Tints of Palatinate Purple #5A1266

Color information

#5A1266 (or 0x5A1266) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 12 and 66. RGB value is (90,18,102). Sum of RGB (Red+Green+Blue) = 90+18+102=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1266 is #A5ED99. Grayscale: #303030. Windows color (decimal): -10874266 or 6689370. OLE color: 6689370.

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

Color convert

RGB9018102-
CMYK0.120.8200.6
HSL291.43º70%23.53%-
HSV(B)291.43º82.35%40%-
XYZ6.833.5712.9-
YUV49.1157.85157.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=42.86%
G=8.57%
B=48.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal90181020.120.8200.6291.437023.53
Hex5A1266C5203C1234618
Octal132221461412207444310630
Binary1011010100101100110110010100100111100100100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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