Html Css Color HEX #580D3C Tyrian Purple

📋 copy color: '#580D3C'

red 88 ◦ green 13 ◦ blue 60

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

Shades of Tyrian Purple #580D3C

Tints of Tyrian Purple #580D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 54.66%
G = 8.07%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#580D3C (or 0x580D3C) is known color: Tyrian Purple. HEX triplet: 58, 0D and 3C. RGB value is (88,13,60). Sum of RGB (Red+Green+Blue) = 88+13+60=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D3C is #A7F2C3. Grayscale: #282828. Windows color (decimal): -11006660 or 3935576. OLE color: 3935576.

HSL color Cylindrical-coordinate representation of color #580D3C: hue angle of 322.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 #580D3C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 13 60 -
CMYK 0 0.85 0.32 0.65
HSL 322.4º 0.74% 0.2% -
HSV(B) 322.4º 0.85% 0.35% -
XYZ 4.98 2.69 4.53 -
YUV 40.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 88 13 60 0 0.85 0.32 0.65 322.4 0.74 0.2
Hex 58 D 3C 0 55 20 41 142 4A 14
Octal 130 15 74 0 125 40 101 502 112 24
Binary 1011000 1101 111100 0 1010101 100000 1000001 101000010 1001010 10100

Color Harmonies of #580D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D3C

Black with #580D3C

Text Example


Text Example

White with #580D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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