Html Css Color HEX #58024D Tyrian Purple

📋 copy color: '#58024D'

red 88 ◦ green 2 ◦ blue 77

#58024D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #58024D

Tints of Tyrian Purple #58024D

RGB

 RED value IS 88 (34.77% from 255) = 52.69%

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 52.69%
G = 1.2%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58024D (or 0x58024D) is known color: Tyrian Purple. HEX triplet: 58, 02 and 4D. RGB value is (88,2,77). Sum of RGB (Red+Green+Blue) = 88+2+77=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58024D is #A7FDB2. Grayscale: #242424. Windows color (decimal): -11009459 or 5046872. OLE color: 5046872.

HSL color Cylindrical-coordinate representation of color #58024D: hue angle of 307.67º 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 #58024D is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 77 -
CMYK 0 0.98 0.12 0.65
HSL 307.67º 0.96% 0.18% -
HSV(B) 307.67º 0.98% 0.35% -
XYZ 5.39 2.65 7.25 -
YUV 36.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 88 2 77 0 0.98 0.12 0.65 307.67 0.96 0.18
Hex 58 2 4D 0 62 C 41 134 60 12
Octal 130 2 115 0 142 14 101 464 140 22
Binary 1011000 10 1001101 0 1100010 1100 1000001 100110100 1100000 10010

Color Harmonies of #58024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58024D

Black with #58024D

Text Example


Text Example

White with #58024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58024D;
 }
 .AnyTagClassName
 {
   color: #58024D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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