#58063C

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

Shades of Tyrian Purple #58063C

Tints of Tyrian Purple #58063C

Color information

#58063C (or 0x58063C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 06 and 3C. RGB value is (88,6,60). Sum of RGB (Red+Green+Blue) = 88+6+60=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58063C is #A7F9C3. Grayscale: #242424. Windows color (decimal): -11008452 or 3933784. OLE color: 3933784.

HSL color Cylindrical-coordinate representation of color #58063C: hue angle of 320.49º 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 #58063C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB88660-
CMYK00.930.320.65
HSL320.49º87.23%18.43%-
HSV(B)320.49º93.18%34.51%-
XYZ4.912.534.51-
YUV36.67141.17164.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=57.14%
G=3.90%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8866000.930.320.65320.4987.2318.43
Hex5863C05D20411405712
Octal13067401354010150012722
Binary1011000110111100010111011000001000001101000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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