Html Css Color HEX #580A49 Tyrian Purple

📋 copy color: '#580A49'

red 88 ◦ green 10 ◦ blue 73

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

Shades of Tyrian Purple #580A49

Tints of Tyrian Purple #580A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 51.46%
G = 5.85%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#580A49 (or 0x580A49) is known color: Tyrian Purple. HEX triplet: 58, 0A and 49. RGB value is (88,10,73). Sum of RGB (Red+Green+Blue) = 88+10+73=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580A49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A49 is #A7F5B6. Grayscale: #282828. Windows color (decimal): -11007415 or 4786776. OLE color: 4786776.

HSL color Cylindrical-coordinate representation of color #580A49: hue angle of 311.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A49 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 73 -
CMYK 0 0.89 0.17 0.65
HSL 311.54º 0.8% 0.19% -
HSV(B) 311.54º 0.89% 0.35% -
XYZ 5.34 2.77 6.56 -
YUV 40.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 88 10 73 0 0.89 0.17 0.65 311.54 0.8 0.19
Hex 58 A 49 0 59 11 41 138 50 13
Octal 130 12 111 0 131 21 101 470 120 23
Binary 1011000 1010 1001001 0 1011001 10001 1000001 100111000 1010000 10011

Color Harmonies of #580A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A49

Black with #580A49

Text Example


Text Example

White with #580A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580A49; }

 p { color: rgb(88,10,73); }

 H1.HeaderClassName
 {
   color: #580A49;
 }
 .AnyTagClassName
 {
   color: #580A49;
 }
</style>

background-color css

<style>
 a { background-color: #580A49; }

 a { background-color: rgb(88,10,73); }

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

border-color css

<style>
 span { border-color: #580A49; }

 span { border-color: rgb(88,10,73); }

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