#5E165B

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

Shades of Palatinate Purple #5E165B

Tints of Palatinate Purple #5E165B

Color information

#5E165B (or 0x5E165B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 16 and 5B. RGB value is (94,22,91). Sum of RGB (Red+Green+Blue) = 94+22+91=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E165B is #A1E9A4. Grayscale: #333333. Windows color (decimal): -10611109 or 5969502. OLE color: 5969502.

HSL color Cylindrical-coordinate representation of color #5E165B: hue angle of 302.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E165B is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB942291-
CMYK00.770.030.63
HSL302.5º62.07%22.75%-
HSV(B)302.5º76.6%36.86%-
XYZ6.793.7110.26-
YUV51.39150.35158.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=45.41%
G=10.63%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94229100.770.030.63302.562.0722.75
Hex5E165B04D33F12e3e17
Octal1362613301153774567627
Binary1011110101101011011010011011111111110010111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,91); }

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

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

 a { background-color: rgb(94,22,91); }

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

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

 span { border-color: rgb(94,22,91); }

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