Html Css Color HEX #580529 Tyrian Purple

📋 copy color: '#580529'

red 88 ◦ green 5 ◦ blue 41

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

Shades of Tyrian Purple #580529

Tints of Tyrian Purple #580529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 65.67%
G = 3.73%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#580529 (or 0x580529) is known color: Tyrian Purple. HEX triplet: 58, 05 and 29. RGB value is (88,5,41). Sum of RGB (Red+Green+Blue) = 88+5+41=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580529 is #A7FAD6. Grayscale: #212121. Windows color (decimal): -11008727 or 2688344. OLE color: 2688344.

HSL color Cylindrical-coordinate representation of color #580529: hue angle of 333.98º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580529 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 41 -
CMYK 0 0.94 0.53 0.65
HSL 333.98º 0.89% 0.18% -
HSV(B) 333.98º 0.94% 0.35% -
XYZ 4.48 2.34 2.31 -
YUV 33.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 88 5 41 0 0.94 0.53 0.65 333.98 0.89 0.18
Hex 58 5 29 0 5E 35 41 14E 59 12
Octal 130 5 51 0 136 65 101 516 131 22
Binary 1011000 101 101001 0 1011110 110101 1000001 101001110 1011001 10010

Color Harmonies of #580529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580529

Black with #580529

Text Example


Text Example

White with #580529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580529; }

 p { color: rgb(88,5,41); }

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

background-color css

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

 a { background-color: rgb(88,5,41); }

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

border-color css

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

 span { border-color: rgb(88,5,41); }

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