#5E0251

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

Shades of Tyrian Purple #5E0251

Tints of Tyrian Purple #5E0251

Color information

#5E0251 (or 0x5E0251) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 02 and 51. RGB value is (94,2,81). Sum of RGB (Red+Green+Blue) = 94+2+81=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0251 is #A1FDAE. Grayscale: #262626. Windows color (decimal): -10616239 or 5309022. OLE color: 5309022.

HSL color Cylindrical-coordinate representation of color #5E0251: hue angle of 308.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0251 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB94281-
CMYK00.980.140.63
HSL308.48º95.83%18.82%-
HSV(B)308.48º97.87%36.86%-
XYZ6.123.028.04-
YUV38.51151.98167.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.11%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=53.11%
G=1.13%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9428100.980.140.63308.4895.8318.82
Hex5E251062E3F1346013
Octal13621210142167746414023
Binary1011110101010001011000101110111111100110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,81); }

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

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

 a { background-color: rgb(94,2,81); }

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

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

 span { border-color: rgb(94,2,81); }

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