#58024E

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

Shades of Tyrian Purple #58024E

Tints of Tyrian Purple #58024E

Color information

#58024E (or 0x58024E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 4E. RGB value is (88,2,78). Sum of RGB (Red+Green+Blue) = 88+2+78=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58024E is #A7FDB1. Grayscale: #242424. Windows color (decimal): -11009458 or 5112408. OLE color: 5112408.

HSL color Cylindrical-coordinate representation of color #58024E: hue angle of 306.98º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58024E is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB88278-
CMYK00.980.110.65
HSL306.98º95.56%17.65%-
HSV(B)306.98º97.73%34.51%-
XYZ5.422.677.44-
YUV36.38151.49164.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=52.38%
G=1.19%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8827800.980.110.65306.9895.5617.65
Hex5824E062B411336012
Octal130211601421310146314022
Binary10110001010011100110001010111000001100110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58024E; }

 p { color: rgb(88,2,78); }

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

<style>
 a { background-color: #58024E; }

 a { background-color: rgb(88,2,78); }

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

<style>
 span { border-color: #58024E; }

 span { border-color: rgb(88,2,78); }

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