#58052A

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

Shades of Tyrian Purple #58052A

Tints of Tyrian Purple #58052A

Color information

#58052A (or 0x58052A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 2A. RGB value is (88,5,42). Sum of RGB (Red+Green+Blue) = 88+5+42=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052A is #A7FAD5. Grayscale: #212121. Windows color (decimal): -11008726 or 2753880. OLE color: 2753880.

HSL color Cylindrical-coordinate representation of color #58052A: hue angle of 333.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58052A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB88542-
CMYK00.940.520.65
HSL333.25º89.25%18.24%-
HSV(B)333.25º94.32%34.51%-
XYZ4.52.352.41-
YUV34.03132.5166.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=65.19%
G=3.70%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8854200.940.520.65333.2589.2518.24
Hex5852A05E344114d5912
Octal13055201366410151513122
Binary1011000101101010010111101101001000001101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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