Html Css Color HEX #580B49 Tyrian Purple

📋 copy color: '#580B49'

red 88 ◦ green 11 ◦ blue 73

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

Shades of Tyrian Purple #580B49

Tints of Tyrian Purple #580B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.4%

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

R = 51.16%
G = 6.4%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#580B49 (or 0x580B49) is known color: Tyrian Purple. HEX triplet: 58, 0B and 49. RGB value is (88,11,73). Sum of RGB (Red+Green+Blue) = 88+11+73=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #580B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B49 is #A7F4B6. Grayscale: #282828. Windows color (decimal): -11007159 or 4787032. OLE color: 4787032.

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

Color convert

RGB 88 11 73 -
CMYK 0 0.88 0.17 0.65
HSL 311.69º 0.78% 0.19% -
HSV(B) 311.69º 0.88% 0.35% -
XYZ 5.35 2.8 6.56 -
YUV 41.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 88 11 73 0 0.88 0.17 0.65 311.69 0.78 0.19
Hex 58 B 49 0 58 11 41 138 4E 13
Octal 130 13 111 0 130 21 101 470 116 23
Binary 1011000 1011 1001001 0 1011000 10001 1000001 100111000 1001110 10011

Color Harmonies of #580B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B49

Black with #580B49

Text Example


Text Example

White with #580B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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