Html Css Color HEX #580A2C Tyrian Purple

📋 copy color: '#580A2C'

red 88 ◦ green 10 ◦ blue 44

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

Shades of Tyrian Purple #580A2C

Tints of Tyrian Purple #580A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 61.97%
G = 7.04%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#580A2C (or 0x580A2C) is known color: Tyrian Purple. HEX triplet: 58, 0A and 2C. RGB value is (88,10,44). Sum of RGB (Red+Green+Blue) = 88+10+44=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A2C is #A7F5D3. Grayscale: #252525. Windows color (decimal): -11007444 or 2886232. OLE color: 2886232.

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

Color convert

RGB 88 10 44 -
CMYK 0 0.89 0.5 0.65
HSL 333.85º 0.8% 0.19% -
HSV(B) 333.85º 0.89% 0.35% -
XYZ 4.59 2.47 2.62 -
YUV 37.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 88 10 44 0 0.89 0.5 0.65 333.85 0.8 0.19
Hex 58 A 2C 0 59 32 41 14E 50 13
Octal 130 12 54 0 131 62 101 516 120 23
Binary 1011000 1010 101100 0 1011001 110010 1000001 101001110 1010000 10011

Color Harmonies of #580A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A2C

Black with #580A2C

Text Example


Text Example

White with #580A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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