#58082A

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

Shades of Tyrian Purple #58082A

Tints of Tyrian Purple #58082A

Color information

#58082A (or 0x58082A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 2A. RGB value is (88,8,42). Sum of RGB (Red+Green+Blue) = 88+8+42=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58082A is #A7F7D5. Grayscale: #232323. Windows color (decimal): -11007958 or 2754648. OLE color: 2754648.

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

Color convert

RGB88842-
CMYK00.910.520.65
HSL334.5º83.33%18.82%-
HSV(B)334.5º90.91%34.51%-
XYZ4.532.422.42-
YUV35.8131.5165.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=63.77%
G=5.80%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884200.910.520.65334.583.3318.82
Hex5882A05B344114e5313
Octal130105201336410151612323
Binary10110001000101010010110111101001000001101001110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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