#58124B

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

Shades of Tyrian Purple #58124B

Tints of Tyrian Purple #58124B

Color information

#58124B (or 0x58124B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 12 and 4B. RGB value is (88,18,75). Sum of RGB (Red+Green+Blue) = 88+18+75=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58124B is #A7EDB4. Grayscale: #2D2D2D. Windows color (decimal): -11005365 or 4919896. OLE color: 4919896.

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

Color convert

RGB881875-
CMYK00.800.150.65
HSL311.14º66.04%20.78%-
HSV(B)311.14º79.55%34.51%-
XYZ5.513.026.95-
YUV45.43144.69158.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=48.62%
G=9.94%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88187500.800.150.65311.1466.0420.78
Hex58124B050F411374215
Octal1302211301201710146710225
Binary10110001001010010110101000011111000001100110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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