Html Css Color HEX #580329 Tyrian Purple

📋 copy color: '#580329'

red 88 ◦ green 3 ◦ blue 41

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

Shades of Tyrian Purple #580329

Tints of Tyrian Purple #580329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 66.67%
G = 2.27%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#580329 (or 0x580329) is known color: Tyrian Purple. HEX triplet: 58, 03 and 29. RGB value is (88,3,41). Sum of RGB (Red+Green+Blue) = 88+3+41=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580329 is #A7FCD6. Grayscale: #202020. Windows color (decimal): -11009239 or 2687832. OLE color: 2687832.

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

Color convert

RGB 88 3 41 -
CMYK 0 0.97 0.53 0.65
HSL 333.18º 0.93% 0.18% -
HSV(B) 333.18º 0.97% 0.35% -
XYZ 4.46 2.3 2.31 -
YUV 32.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 88 3 41 0 0.97 0.53 0.65 333.18 0.93 0.18
Hex 58 3 29 0 61 35 41 14D 5D 12
Octal 130 3 51 0 141 65 101 515 135 22
Binary 1011000 11 101001 0 1100001 110101 1000001 101001101 1011101 10010

Color Harmonies of #580329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580329

Black with #580329

Text Example


Text Example

White with #580329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580329; }

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

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

background-color css

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

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

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

border-color css

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

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

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