#58063A

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

Shades of Tyrian Purple #58063A

Tints of Tyrian Purple #58063A

Color information

#58063A (or 0x58063A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 06 and 3A. RGB value is (88,6,58). Sum of RGB (Red+Green+Blue) = 88+6+58=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58063A is #A7F9C5. Grayscale: #242424. Windows color (decimal): -11008454 or 3802712. OLE color: 3802712.

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

Color convert

RGB88658-
CMYK00.930.340.65
HSL321.95º87.23%18.43%-
HSV(B)321.95º93.18%34.51%-
XYZ4.852.514.23-
YUV36.45140.17164.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=57.89%
G=3.95%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8865800.930.340.65321.9587.2318.43
Hex5863A05D22411425712
Octal13067201354210150212722
Binary1011000110111010010111011000101000001101000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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