#58012C

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

Shades of Tyrian Purple #58012C

Tints of Tyrian Purple #58012C

Color information

#58012C (or 0x58012C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 2C. RGB value is (88,1,44). Sum of RGB (Red+Green+Blue) = 88+1+44=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012C is #A7FED3. Grayscale: #1F1F1F. Windows color (decimal): -11009748 or 2883928. OLE color: 2883928.

HSL color Cylindrical-coordinate representation of color #58012C: hue angle of 330.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58012C is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB88144-
CMYK00.990.50.65
HSL330.34º97.75%17.45%-
HSV(B)330.34º98.86%34.51%-
XYZ4.492.282.59-
YUV31.92134.82168-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=66.17%
G=0.75%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8814400.990.50.65330.3497.7517.45
Hex5812C063324114a6211
Octal13015401436210151214221
Binary10110001101100011000111100101000001101001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,1,44); }

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

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

 a { background-color: rgb(88,1,44); }

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

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

 span { border-color: rgb(88,1,44); }

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