#5E1269

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

Shades of Palatinate Purple #5E1269

Tints of Palatinate Purple #5E1269

Color information

#5E1269 (or 0x5E1269) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 12 and 69. RGB value is (94,18,105). Sum of RGB (Red+Green+Blue) = 94+18+105=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E1269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1269 is #A1ED96. Grayscale: #323232. Windows color (decimal): -10612119 or 6885982. OLE color: 6885982.

HSL color Cylindrical-coordinate representation of color #5E1269: hue angle of 292.41º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1269 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9418105-
CMYK0.100.8300.59
HSL292.41º70.73%24.12%-
HSV(B)292.41º82.86%41.18%-
XYZ7.383.8313.72-
YUV50.64158.68158.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.32%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=43.32%
G=8.29%
B=48.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94181050.100.8300.59292.4170.7324.12
Hex5E1269A5303B1244718
Octal136221511212307344410730
Binary1011110100101101001101010100110111011100100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,105); }

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

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

 a { background-color: rgb(94,18,105); }

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

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

 span { border-color: rgb(94,18,105); }

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