Html Css Color HEX #580031 Tyrian Purple

📋 copy color: '#580031'

red 88 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #580031

Tints of Tyrian Purple #580031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 64.23%
G = 0%
B = 35.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#580031 (or 0x580031) is known color: Tyrian Purple. HEX triplet: 58, 00 and 31. RGB value is (88,0,49). Sum of RGB (Red+Green+Blue) = 88+0+49=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #580031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580031 is #A7FFCE. Grayscale: #1F1F1F. Windows color (decimal): -11009999 or 3211352. OLE color: 3211352.

HSL color Cylindrical-coordinate representation of color #580031: hue angle of 326.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580031 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 49 -
CMYK 0 1 0.44 0.65
HSL 326.59º 1% 0.17% -
HSV(B) 326.59º 1% 0.35% -
XYZ 4.58 2.3 3.11 -
YUV 31.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 88 0 49 0 1 0.44 0.65 326.59 1 0.17
Hex 58 0 31 0 64 2C 41 147 64 11
Octal 130 0 61 0 144 54 101 507 144 21
Binary 1011000 0 110001 0 1100100 101100 1000001 101000111 1100100 10001

Color Harmonies of #580031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580031

Black with #580031

Text Example


Text Example

White with #580031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580031; }

 p { color: rgb(88,0,49); }

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

background-color css

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

 a { background-color: rgb(88,0,49); }

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

border-color css

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

 span { border-color: rgb(88,0,49); }

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