Html Css Color HEX #580D46 Tyrian Purple

📋 copy color: '#580D46'

red 88 ◦ green 13 ◦ blue 70

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

Shades of Tyrian Purple #580D46

Tints of Tyrian Purple #580D46

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.6%

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 51.46%
G = 7.6%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#580D46 (or 0x580D46) is known color: Tyrian Purple. HEX triplet: 58, 0D and 46. RGB value is (88,13,70). Sum of RGB (Red+Green+Blue) = 88+13+70=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D46 is #A7F2B9. Grayscale: #292929. Windows color (decimal): -11006650 or 4590936. OLE color: 4590936.

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

Color convert

RGB 88 13 70 -
CMYK 0 0.85 0.20 0.65
HSL 314.4º 0.74% 0.2% -
HSV(B) 314.4º 0.85% 0.35% -
XYZ 5.27 2.8 6.06 -
YUV 41.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 88 13 70 0 0.85 0.20 0.65 314.4 0.74 0.2
Hex 58 D 46 0 55 14 41 13A 4A 14
Octal 130 15 106 0 125 24 101 472 112 24
Binary 1011000 1101 1000110 0 1010101 10100 1000001 100111010 1001010 10100

Color Harmonies of #580D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D46

Black with #580D46

Text Example


Text Example

White with #580D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,70); }

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

background-color css

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

 a { background-color: rgb(88,13,70); }

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

border-color css

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

 span { border-color: rgb(88,13,70); }

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