#5E0C61

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

Shades of Palatinate Purple #5E0C61

Tints of Palatinate Purple #5E0C61

Color information

#5E0C61 (or 0x5E0C61) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 0C and 61. RGB value is (94,12,97). Sum of RGB (Red+Green+Blue) = 94+12+97=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0C61 is #A1F39E. Grayscale: #2D2D2D. Windows color (decimal): -10613663 or 6360158. OLE color: 6360158.

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

Color convert

RGB941297-
CMYK0.030.8800.62
HSL297.88º77.98%21.37%-
HSV(B)297.88º87.63%38.04%-
XYZ6.913.5111.62-
YUV46.21156.67162.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=46.31%
G=5.91%
B=47.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9412970.030.8800.62297.8877.9821.37
Hex5EC6135803E12a4e15
Octal13614141313007645211625
Binary1011110110011000011110110000111110100101010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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