#58062F

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

Shades of Tyrian Purple #58062F

Tints of Tyrian Purple #58062F

Color information

#58062F (or 0x58062F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 06 and 2F. RGB value is (88,6,47). Sum of RGB (Red+Green+Blue) = 88+6+47=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58062F is #A7F9D0. Grayscale: #232323. Windows color (decimal): -11008465 or 3081816. OLE color: 3081816.

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

Color convert

RGB88647-
CMYK00.930.470.65
HSL330º87.23%18.43%-
HSV(B)330º93.18%34.51%-
XYZ4.62.412.91-
YUV35.19134.67165.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=62.41%
G=4.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8864700.930.470.6533087.2318.43
Hex5862F05D2F4114a5712
Octal13065701355710151212722
Binary1011000110101111010111011011111000001101001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58062F; }

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

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

<style>
 a { background-color: #58062F; }

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

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

<style>
 span { border-color: #58062F; }

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

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