Html Css Color HEX #581139 Tyrian Purple

📋 copy color: '#581139'

red 88 ◦ green 17 ◦ blue 57

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

Shades of Tyrian Purple #581139

Tints of Tyrian Purple #581139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 54.32%
G = 10.49%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#581139 (or 0x581139) is known color: Tyrian Purple. HEX triplet: 58, 11 and 39. RGB value is (88,17,57). Sum of RGB (Red+Green+Blue) = 88+17+57=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #581139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581139 is #A7EEC6. Grayscale: #2A2A2A. Windows color (decimal): -11005639 or 3739992. OLE color: 3739992.

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

Color convert

RGB 88 17 57 -
CMYK 0 0.81 0.35 0.65
HSL 326.2º 0.68% 0.21% -
HSV(B) 326.2º 0.81% 0.35% -
XYZ 4.96 2.77 4.14 -
YUV 42.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 88 17 57 0 0.81 0.35 0.65 326.2 0.68 0.21
Hex 58 11 39 0 51 23 41 146 44 15
Octal 130 21 71 0 121 43 101 506 104 25
Binary 1011000 10001 111001 0 1010001 100011 1000001 101000110 1000100 10101

Color Harmonies of #581139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581139

Black with #581139

Text Example


Text Example

White with #581139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581139; }

 p { color: rgb(88,17,57); }

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

background-color css

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

 a { background-color: rgb(88,17,57); }

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

border-color css

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

 span { border-color: rgb(88,17,57); }

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