Html Css Color HEX #58024E Tyrian Purple

📋 copy color: '#58024E'

red 88 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #58024E

Tints of Tyrian Purple #58024E

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 value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58024E (or 0x58024E) is known color: 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

RGB 88 2 78 -
CMYK 0 0.98 0.11 0.65
HSL 306.98º 0.96% 0.18% -
HSV(B) 306.98º 0.98% 0.35% -
XYZ 5.42 2.67 7.44 -
YUV 36.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 88 2 78 0 0.98 0.11 0.65 306.98 0.96 0.18
Hex 58 2 4E 0 62 B 41 133 60 12
Octal 130 2 116 0 142 13 101 463 140 22
Binary 1011000 10 1001110 0 1100010 1011 1000001 100110011 1100000 10010

Color Harmonies of #58024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58024E

Black with #58024E

Text Example


Text Example

White with #58024E

Text Example


Text Example

HTML Codes & Css Web 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>