#58014B

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

Shades of Tyrian Purple #58014B

Tints of Tyrian Purple #58014B

Color information

#58014B (or 0x58014B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 4B. RGB value is (88,1,75). Sum of RGB (Red+Green+Blue) = 88+1+75=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58014B is #A7FEB4. Grayscale: #232323. Windows color (decimal): -11009717 or 4915544. OLE color: 4915544.

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

Color convert

RGB88175-
CMYK00.990.150.65
HSL308.97º97.75%17.45%-
HSV(B)308.97º98.86%34.51%-
XYZ5.312.66.88-
YUV35.45150.32165.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=53.66%
G=0.61%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8817500.990.150.65308.9797.7517.45
Hex5814B063F411356211
Octal130111301431710146514221
Binary1011000110010110110001111111000001100110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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