#58143A

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

Shades of Tyrian Purple #58143A

Tints of Tyrian Purple #58143A

Color information

#58143A (or 0x58143A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 14 and 3A. RGB value is (88,20,58). Sum of RGB (Red+Green+Blue) = 88+20+58=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58143A is #A7EBC5. Grayscale: #2C2C2C. Windows color (decimal): -11004870 or 3806296. OLE color: 3806296.

HSL color Cylindrical-coordinate representation of color #58143A: hue angle of 326.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58143A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB882058-
CMYK00.770.340.65
HSL326.47º62.96%21.18%-
HSV(B)326.47º77.27%34.51%-
XYZ5.042.884.29-
YUV44.66135.53158.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=53.01%
G=12.05%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88205800.770.340.65326.4762.9621.18
Hex58143A04D22411463f15
Octal13024720115421015067725
Binary10110001010011101001001101100010100000110100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,20,58); }

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

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

 a { background-color: rgb(88,20,58); }

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

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

 span { border-color: rgb(88,20,58); }

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