#58084F

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

Shades of Tyrian Purple #58084F

Tints of Tyrian Purple #58084F

Color information

#58084F (or 0x58084F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 4F. RGB value is (88,8,79). Sum of RGB (Red+Green+Blue) = 88+8+79=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58084F is #A7F7B0. Grayscale: #272727. Windows color (decimal): -11007921 or 5179480. OLE color: 5179480.

HSL color Cylindrical-coordinate representation of color #58084F: hue angle of 306.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58084F is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB88879-
CMYK00.910.100.65
HSL306.75º83.33%18.82%-
HSV(B)306.75º90.91%34.51%-
XYZ5.522.817.65-
YUV40.01150162.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=50.29%
G=4.57%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8887900.910.100.65306.7583.3318.82
Hex5884F05BA411335313
Octal1301011701331210146312323
Binary1011000100010011110101101110101000001100110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58084F; }

 p { color: rgb(88,8,79); }

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

<style>
 a { background-color: #58084F; }

 a { background-color: rgb(88,8,79); }

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

<style>
 span { border-color: #58084F; }

 span { border-color: rgb(88,8,79); }

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