#58012A

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

Shades of Tyrian Purple #58012A

Tints of Tyrian Purple #58012A

Color information

#58012A (or 0x58012A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 2A. RGB value is (88,1,42). Sum of RGB (Red+Green+Blue) = 88+1+42=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012A is #A7FED5. Grayscale: #1F1F1F. Windows color (decimal): -11009750 or 2752856. OLE color: 2752856.

HSL color Cylindrical-coordinate representation of color #58012A: hue angle of 331.72º 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 #58012A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB88142-
CMYK00.990.520.65
HSL331.72º97.75%17.45%-
HSV(B)331.72º98.86%34.51%-
XYZ4.452.262.39-
YUV31.69133.82168.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=67.18%
G=0.76%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8814200.990.520.65331.7297.7517.45
Hex5812A063344114c6211
Octal13015201436410151414221
Binary10110001101010011000111101001000001101001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58012A; }

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

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

<style>
 a { background-color: #58012A; }

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

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

<style>
 span { border-color: #58012A; }

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

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