Html Css Color HEX #580C4F Tyrian Purple

📋 copy color: '#580C4F'

red 88 ◦ green 12 ◦ blue 79

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

Shades of Tyrian Purple #580C4F

Tints of Tyrian Purple #580C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.13%

R = 49.16%
G = 6.7%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#580C4F (or 0x580C4F) is known color: Tyrian Purple. HEX triplet: 58, 0C and 4F. RGB value is (88,12,79). Sum of RGB (Red+Green+Blue) = 88+12+79=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #580C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C4F is #A7F3B0. Grayscale: #2A2A2A. Windows color (decimal): -11006897 or 5180504. OLE color: 5180504.

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

Color convert

RGB 88 12 79 -
CMYK 0 0.86 0.10 0.65
HSL 307.11º 0.76% 0.2% -
HSV(B) 307.11º 0.86% 0.35% -
XYZ 5.57 2.9 7.66 -
YUV 42.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 88 12 79 0 0.86 0.10 0.65 307.11 0.76 0.2
Hex 58 C 4F 0 56 A 41 133 4C 14
Octal 130 14 117 0 126 12 101 463 114 24
Binary 1011000 1100 1001111 0 1010110 1010 1000001 100110011 1001100 10100

Color Harmonies of #580C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C4F

Black with #580C4F

Text Example


Text Example

White with #580C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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