Html Css Color HEX #580A2B Tyrian Purple

📋 copy color: '#580A2B'

red 88 ◦ green 10 ◦ blue 43

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

Shades of Tyrian Purple #580A2B

Tints of Tyrian Purple #580A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 62.41%
G = 7.09%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#580A2B (or 0x580A2B) is known color: Tyrian Purple. HEX triplet: 58, 0A and 2B. RGB value is (88,10,43). Sum of RGB (Red+Green+Blue) = 88+10+43=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #580A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A2B is #A7F5D4. Grayscale: #252525. Windows color (decimal): -11007445 or 2820696. OLE color: 2820696.

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

Color convert

RGB 88 10 43 -
CMYK 0 0.89 0.51 0.65
HSL 334.62º 0.8% 0.19% -
HSV(B) 334.62º 0.89% 0.35% -
XYZ 4.57 2.47 2.52 -
YUV 37.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 88 10 43 0 0.89 0.51 0.65 334.62 0.8 0.19
Hex 58 A 2B 0 59 33 41 14F 50 13
Octal 130 12 53 0 131 63 101 517 120 23
Binary 1011000 1010 101011 0 1011001 110011 1000001 101001111 1010000 10011

Color Harmonies of #580A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A2B

Black with #580A2B

Text Example


Text Example

White with #580A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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