#58124C

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

Shades of Tyrian Purple #58124C

Tints of Tyrian Purple #58124C

Color information

#58124C (or 0x58124C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 12 and 4C. RGB value is (88,18,76). Sum of RGB (Red+Green+Blue) = 88+18+76=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58124C is #A7EDB3. Grayscale: #2D2D2D. Windows color (decimal): -11005364 or 4985432. OLE color: 4985432.

HSL color Cylindrical-coordinate representation of color #58124C: hue angle of 310.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58124C is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB881876-
CMYK00.800.140.65
HSL310.29º66.04%20.78%-
HSV(B)310.29º79.55%34.51%-
XYZ5.553.037.13-
YUV45.54145.19158.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=48.35%
G=9.89%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88187600.800.140.65310.2966.0420.78
Hex58124C050E411364215
Octal1302211401201610146610225
Binary10110001001010011000101000011101000001100110110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,18,76); }

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

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

 a { background-color: rgb(88,18,76); }

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

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

 span { border-color: rgb(88,18,76); }

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