#58082F

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

Shades of Tyrian Purple #58082F

Tints of Tyrian Purple #58082F

Color information

#58082F (or 0x58082F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 2F. RGB value is (88,8,47). Sum of RGB (Red+Green+Blue) = 88+8+47=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #58082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58082F is #A7F7D0. Grayscale: #242424. Windows color (decimal): -11007953 or 3082328. OLE color: 3082328.

HSL color Cylindrical-coordinate representation of color #58082F: hue angle of 330.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 #58082F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB88847-
CMYK00.910.470.65
HSL330.75º83.33%18.82%-
HSV(B)330.75º90.91%34.51%-
XYZ4.622.452.92-
YUV36.37134164.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=61.54%
G=5.59%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884700.910.470.65330.7583.3318.82
Hex5882F05B2F4114b5313
Octal130105701335710151312323
Binary10110001000101111010110111011111000001101001011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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