#58014D

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

Shades of Tyrian Purple #58014D

Tints of Tyrian Purple #58014D

Color information

#58014D (or 0x58014D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 4D. RGB value is (88,1,77). Sum of RGB (Red+Green+Blue) = 88+1+77=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58014D is #A7FEB2. Grayscale: #232323. Windows color (decimal): -11009715 or 5046616. OLE color: 5046616.

HSL color Cylindrical-coordinate representation of color #58014D: hue angle of 307.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58014D is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB88177-
CMYK00.990.120.65
HSL307.59º97.75%17.45%-
HSV(B)307.59º98.86%34.51%-
XYZ5.372.637.25-
YUV35.68151.32165.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=53.01%
G=0.60%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8817700.990.120.65307.5997.7517.45
Hex5814D063C411346211
Octal130111501431410146414221
Binary1011000110011010110001111001000001100110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58014D; }

 p { color: rgb(88,1,77); }

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

<style>
 a { background-color: #58014D; }

 a { background-color: rgb(88,1,77); }

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

<style>
 span { border-color: #58014D; }

 span { border-color: rgb(88,1,77); }

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