#5E0B64

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

Shades of Palatinate Purple #5E0B64

Tints of Palatinate Purple #5E0B64

Color information

#5E0B64 (or 0x5E0B64) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 0B and 64. RGB value is (94,11,100). Sum of RGB (Red+Green+Blue) = 94+11+100=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #5E0B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B64 is #A1F49B. Grayscale: #2D2D2D. Windows color (decimal): -10613916 or 6556510. OLE color: 6556510.

HSL color Cylindrical-coordinate representation of color #5E0B64: hue angle of 295.96º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0B64 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9411100-
CMYK0.060.8900.61
HSL295.96º80.18%21.76%-
HSV(B)295.96º89%39.22%-
XYZ7.043.5412.37-
YUV45.96158.5162.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 100 (39.45% from 255) = 48.78%
R=45.85%
G=5.37%
B=48.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94111000.060.8900.61295.9680.1821.76
Hex5EB6465903D1285016
Octal13613144613107545012026
Binary10111101011110010011010110010111101100101000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,11,100); }

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

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

 a { background-color: rgb(94,11,100); }

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

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

 span { border-color: rgb(94,11,100); }

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