Html Css Color HEX #580C4C Tyrian Purple

📋 copy color: '#580C4C'

red 88 ◦ green 12 ◦ blue 76

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

Shades of Tyrian Purple #580C4C

Tints of Tyrian Purple #580C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.18%

R = 50%
G = 6.82%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#580C4C (or 0x580C4C) is known color: Tyrian Purple. HEX triplet: 58, 0C and 4C. RGB value is (88,12,76). Sum of RGB (Red+Green+Blue) = 88+12+76=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C4C is #A7F3B3. Grayscale: #292929. Windows color (decimal): -11006900 or 4983896. OLE color: 4983896.

HSL color Cylindrical-coordinate representation of color #580C4C: hue angle of 309.47º 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 #580C4C is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 12 76 -
CMYK 0 0.86 0.14 0.65
HSL 309.47º 0.76% 0.2% -
HSV(B) 309.47º 0.86% 0.35% -
XYZ 5.46 2.86 7.1 -
YUV 42.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 88 12 76 0 0.86 0.14 0.65 309.47 0.76 0.2
Hex 58 C 4C 0 56 E 41 135 4C 14
Octal 130 14 114 0 126 16 101 465 114 24
Binary 1011000 1100 1001100 0 1010110 1110 1000001 100110101 1001100 10100

Color Harmonies of #580C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C4C

Black with #580C4C

Text Example


Text Example

White with #580C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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