Html Css Color HEX #580A4D Tyrian Purple

📋 copy color: '#580A4D'

red 88 ◦ green 10 ◦ blue 77

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

Shades of Tyrian Purple #580A4D

Tints of Tyrian Purple #580A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.71%

 BLUE value IS 77 (30.47% from 255) = 44%

R = 50.29%
G = 5.71%
B = 44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#580A4D (or 0x580A4D) is known color: Tyrian Purple. HEX triplet: 58, 0A and 4D. RGB value is (88,10,77). Sum of RGB (Red+Green+Blue) = 88+10+77=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A4D is #A7F5B2. Grayscale: #282828. Windows color (decimal): -11007411 or 5048920. OLE color: 5048920.

HSL color Cylindrical-coordinate representation of color #580A4D: hue angle of 308.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A4D is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 77 -
CMYK 0 0.89 0.12 0.65
HSL 308.46º 0.8% 0.19% -
HSV(B) 308.46º 0.89% 0.35% -
XYZ 5.47 2.83 7.28 -
YUV 40.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 88 10 77 0 0.89 0.12 0.65 308.46 0.8 0.19
Hex 58 A 4D 0 59 C 41 134 50 13
Octal 130 12 115 0 131 14 101 464 120 23
Binary 1011000 1010 1001101 0 1011001 1100 1000001 100110100 1010000 10011

Color Harmonies of #580A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A4D

Black with #580A4D

Text Example


Text Example

White with #580A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,10,77); }

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

background-color css

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

 a { background-color: rgb(88,10,77); }

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

border-color css

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

 span { border-color: rgb(88,10,77); }

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