#5E1F61

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

Shades of Palatinate Purple #5E1F61

Tints of Palatinate Purple #5E1F61

Color information

#5E1F61 (or 0x5E1F61) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 1F and 61. RGB value is (94,31,97). Sum of RGB (Red+Green+Blue) = 94+31+97=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E1F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1F61 is #A1E09E. Grayscale: #393939. Windows color (decimal): -10608799 or 6365022. OLE color: 6365022.

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

Color convert

RGB943197-
CMYK0.030.6800.62
HSL297.27º51.56%25.1%-
HSV(B)297.27º68.04%38.04%-
XYZ7.264.2211.74-
YUV57.36150.37154.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 31 (12.5% from 255) = 13.96%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=42.34%
G=13.96%
B=43.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9431970.030.6800.62297.2751.5625.1
Hex5E1F6134403E1293419
Octal1363714131040764516431
Binary1011110111111100001111000100011111010010100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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