Html Css Color HEX #580C49 Tyrian Purple

📋 copy color: '#580C49'

red 88 ◦ green 12 ◦ blue 73

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

Shades of Tyrian Purple #580C49

Tints of Tyrian Purple #580C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.94%

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

R = 50.87%
G = 6.94%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#580C49 (or 0x580C49) is known color: Tyrian Purple. HEX triplet: 58, 0C and 49. RGB value is (88,12,73). Sum of RGB (Red+Green+Blue) = 88+12+73=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C49 is #A7F3B6. Grayscale: #292929. Windows color (decimal): -11006903 or 4787288. OLE color: 4787288.

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

Color convert

RGB 88 12 73 -
CMYK 0 0.86 0.17 0.65
HSL 311.84º 0.76% 0.2% -
HSV(B) 311.84º 0.86% 0.35% -
XYZ 5.36 2.82 6.56 -
YUV 41.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 88 12 73 0 0.86 0.17 0.65 311.84 0.76 0.2
Hex 58 C 49 0 56 11 41 138 4C 14
Octal 130 14 111 0 126 21 101 470 114 24
Binary 1011000 1100 1001001 0 1010110 10001 1000001 100111000 1001100 10100

Color Harmonies of #580C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C49

Black with #580C49

Text Example


Text Example

White with #580C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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