Html Css Color HEX #580229 Tyrian Purple

📋 copy color: '#580229'

red 88 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #580229

Tints of Tyrian Purple #580229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 67.18%
G = 1.53%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#580229 (or 0x580229) is known color: Tyrian Purple. HEX triplet: 58, 02 and 29. RGB value is (88,2,41). Sum of RGB (Red+Green+Blue) = 88+2+41=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580229 is #A7FDD6. Grayscale: #202020. Windows color (decimal): -11009495 or 2687576. OLE color: 2687576.

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

Color convert

RGB 88 2 41 -
CMYK 0 0.98 0.53 0.65
HSL 332.79º 0.96% 0.18% -
HSV(B) 332.79º 0.98% 0.35% -
XYZ 4.45 2.28 2.3 -
YUV 32.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 88 2 41 0 0.98 0.53 0.65 332.79 0.96 0.18
Hex 58 2 29 0 62 35 41 14D 60 12
Octal 130 2 51 0 142 65 101 515 140 22
Binary 1011000 10 101001 0 1100010 110101 1000001 101001101 1100000 10010

Color Harmonies of #580229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580229

Black with #580229

Text Example


Text Example

White with #580229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580229; }

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

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

background-color css

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

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

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

border-color css

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

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

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