#58073F

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

Shades of Tyrian Purple #58073F

Tints of Tyrian Purple #58073F

Color information

#58073F (or 0x58073F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 3F. RGB value is (88,7,63). Sum of RGB (Red+Green+Blue) = 88+7+63=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58073F is #A7F8C0. Grayscale: #252525. Windows color (decimal): -11008193 or 4130648. OLE color: 4130648.

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

Color convert

RGB88763-
CMYK00.920.280.65
HSL318.52º85.26%18.63%-
HSV(B)318.52º92.05%34.51%-
XYZ52.594.94-
YUV37.6142.34163.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 63 (25% from 255) = 39.87%
R=55.70%
G=4.43%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8876300.920.280.65318.5285.2618.63
Hex5873F05C1C4113f5513
Octal13077701343410147712523
Binary101100011111111101011100111001000001100111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,7,63); }

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

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

 a { background-color: rgb(88,7,63); }

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

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

 span { border-color: rgb(88,7,63); }

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