#58143E

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

Shades of Tyrian Purple #58143E

Tints of Tyrian Purple #58143E

Color information

#58143E (or 0x58143E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 14 and 3E. RGB value is (88,20,62). Sum of RGB (Red+Green+Blue) = 88+20+62=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58143E is #A7EBC1. Grayscale: #2D2D2D. Windows color (decimal): -11004866 or 4068440. OLE color: 4068440.

HSL color Cylindrical-coordinate representation of color #58143E: hue angle of 322.94º 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 #58143E is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB882062-
CMYK00.770.300.65
HSL322.94º62.96%21.18%-
HSV(B)322.94º77.27%34.51%-
XYZ5.142.924.85-
YUV45.12137.53158.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=51.76%
G=11.76%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88206200.770.300.65322.9462.9621.18
Hex58143E04D1E411433f15
Octal13024760115361015037725
Binary1011000101001111100100110111110100000110100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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