#58064E

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

Shades of Tyrian Purple #58064E

Tints of Tyrian Purple #58064E

Color information

#58064E (or 0x58064E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 06 and 4E. RGB value is (88,6,78). Sum of RGB (Red+Green+Blue) = 88+6+78=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58064E is #A7F9B1. Grayscale: #262626. Windows color (decimal): -11008434 or 5113432. OLE color: 5113432.

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

Color convert

RGB88678-
CMYK00.930.110.65
HSL307.32º87.23%18.43%-
HSV(B)307.32º93.18%34.51%-
XYZ5.462.767.45-
YUV38.73150.17163.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=51.16%
G=3.49%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8867800.930.110.65307.3287.2318.43
Hex5864E05DB411335712
Octal130611601351310146312722
Binary101100011010011100101110110111000001100110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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