#5E1062

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

Shades of Palatinate Purple #5E1062

Tints of Palatinate Purple #5E1062

Color information

#5E1062 (or 0x5E1062) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 10 and 62. RGB value is (94,16,98). Sum of RGB (Red+Green+Blue) = 94+16+98=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1062 is #A1EF9D. Grayscale: #303030. Windows color (decimal): -10612638 or 6426718. OLE color: 6426718.

HSL color Cylindrical-coordinate representation of color #5E1062: hue angle of 297.07º 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 #5E1062 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB941698-
CMYK0.040.8400.62
HSL297.07º71.93%22.35%-
HSV(B)297.07º83.67%38.43%-
XYZ7.013.6311.89-
YUV48.67155.84160.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=45.19%
G=7.69%
B=47.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9416980.040.8400.62297.0771.9322.35
Hex5E106245403E1294816
Octal13620142412407645111026
Binary101111010000110001010010101000111110100101001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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