#5E1061

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

Shades of Palatinate Purple #5E1061

Tints of Palatinate Purple #5E1061

Color information

#5E1061 (or 0x5E1061) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 10 and 61. RGB value is (94,16,97). Sum of RGB (Red+Green+Blue) = 94+16+97=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1061 is #A1EF9E. Grayscale: #303030. Windows color (decimal): -10612639 or 6361182. OLE color: 6361182.

HSL color Cylindrical-coordinate representation of color #5E1061: hue angle of 297.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1061 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB941697-
CMYK0.030.8400.62
HSL297.78º71.68%22.16%-
HSV(B)297.78º83.51%38.04%-
XYZ6.963.6111.64-
YUV48.56155.34160.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=45.41%
G=7.73%
B=46.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9416970.030.8400.62297.7871.6822.16
Hex5E106135403E12a4816
Octal13620141312407645211026
Binary10111101000011000011110101000111110100101010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,16,97); }

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

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

 a { background-color: rgb(94,16,97); }

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

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

 span { border-color: rgb(94,16,97); }

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