Html Css Color HEX #58124A Tyrian Purple

📋 copy color: '#58124A'

red 88 ◦ green 18 ◦ blue 74

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

Shades of Tyrian Purple #58124A

Tints of Tyrian Purple #58124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 48.89%
G = 10%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58124A (or 0x58124A) is known color: Tyrian Purple. HEX triplet: 58, 12 and 4A. RGB value is (88,18,74). Sum of RGB (Red+Green+Blue) = 88+18+74=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58124A is #A7EDB5. Grayscale: #2D2D2D. Windows color (decimal): -11005366 or 4854360. OLE color: 4854360.

HSL color Cylindrical-coordinate representation of color #58124A: hue angle of 312º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58124A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 74 -
CMYK 0 0.80 0.16 0.65
HSL 312º 0.66% 0.21% -
HSV(B) 312º 0.8% 0.35% -
XYZ 5.48 3 6.77 -
YUV 45.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 88 18 74 0 0.80 0.16 0.65 312 0.66 0.21
Hex 58 12 4A 0 50 10 41 138 42 15
Octal 130 22 112 0 120 20 101 470 102 25
Binary 1011000 10010 1001010 0 1010000 10000 1000001 100111000 1000010 10101

Color Harmonies of #58124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58124A

Black with #58124A

Text Example


Text Example

White with #58124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58124A; }

 p { color: rgb(88,18,74); }

 H1.HeaderClassName
 {
   color: #58124A;
 }
 .AnyTagClassName
 {
   color: #58124A;
 }
</style>

background-color css

<style>
 a { background-color: #58124A; }

 a { background-color: rgb(88,18,74); }

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

border-color css

<style>
 span { border-color: #58124A; }

 span { border-color: rgb(88,18,74); }

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