#58064B

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

Shades of Tyrian Purple #58064B

Tints of Tyrian Purple #58064B

Color information

#58064B (or 0x58064B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 06 and 4B. RGB value is (88,6,75). Sum of RGB (Red+Green+Blue) = 88+6+75=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58064B is #A7F9B4. Grayscale: #262626. Windows color (decimal): -11008437 or 4916824. OLE color: 4916824.

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

Color convert

RGB88675-
CMYK00.930.150.65
HSL309.51º87.23%18.43%-
HSV(B)309.51º93.18%34.51%-
XYZ5.362.716.9-
YUV38.38148.67163.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=52.07%
G=3.55%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8867500.930.150.65309.5187.2318.43
Hex5864B05DF411365712
Octal130611301351710146612722
Binary101100011010010110101110111111000001100110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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