Html Css Color HEX #580949 Tyrian Purple

📋 copy color: '#580949'

red 88 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #580949

Tints of Tyrian Purple #580949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

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

R = 51.76%
G = 5.29%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#580949 (or 0x580949) is known color: Tyrian Purple. HEX triplet: 58, 09 and 49. RGB value is (88,9,73). Sum of RGB (Red+Green+Blue) = 88+9+73=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #580949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580949 is #A7F6B6. Grayscale: #272727. Windows color (decimal): -11007671 or 4786520. OLE color: 4786520.

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

Color convert

RGB 88 9 73 -
CMYK 0 0.90 0.17 0.65
HSL 311.39º 0.81% 0.19% -
HSV(B) 311.39º 0.9% 0.35% -
XYZ 5.32 2.75 6.55 -
YUV 39.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 88 9 73 0 0.90 0.17 0.65 311.39 0.81 0.19
Hex 58 9 49 0 5A 11 41 137 51 13
Octal 130 11 111 0 132 21 101 467 121 23
Binary 1011000 1001 1001001 0 1011010 10001 1000001 100110111 1010001 10011

Color Harmonies of #580949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580949

Black with #580949

Text Example


Text Example

White with #580949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580949; }

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

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

background-color css

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

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

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

border-color css

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

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

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