Html Css Color HEX #580A2D Tyrian Purple

📋 copy color: '#580A2D'

red 88 ◦ green 10 ◦ blue 45

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

Shades of Tyrian Purple #580A2D

Tints of Tyrian Purple #580A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 61.54%
G = 6.99%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#580A2D (or 0x580A2D) is known color: Tyrian Purple. HEX triplet: 58, 0A and 2D. RGB value is (88,10,45). Sum of RGB (Red+Green+Blue) = 88+10+45=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A2D is #A7F5D2. Grayscale: #252525. Windows color (decimal): -11007443 or 2951768. OLE color: 2951768.

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

Color convert

RGB 88 10 45 -
CMYK 0 0.89 0.49 0.65
HSL 333.08º 0.8% 0.19% -
HSV(B) 333.08º 0.89% 0.35% -
XYZ 4.61 2.48 2.72 -
YUV 37.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 88 10 45 0 0.89 0.49 0.65 333.08 0.8 0.19
Hex 58 A 2D 0 59 31 41 14D 50 13
Octal 130 12 55 0 131 61 101 515 120 23
Binary 1011000 1010 101101 0 1011001 110001 1000001 101001101 1010000 10011

Color Harmonies of #580A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A2D

Black with #580A2D

Text Example


Text Example

White with #580A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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