Html Css Color HEX #580137 Tyrian Purple

📋 copy color: '#580137'

red 88 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #580137

Tints of Tyrian Purple #580137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 61.11%
G = 0.69%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#580137 (or 0x580137) is known color: Tyrian Purple. HEX triplet: 58, 01 and 37. RGB value is (88,1,55). Sum of RGB (Red+Green+Blue) = 88+1+55=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580137 is #A7FEC8. Grayscale: #212121. Windows color (decimal): -11009737 or 3604824. OLE color: 3604824.

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

Color convert

RGB 88 1 55 -
CMYK 0 0.99 0.38 0.65
HSL 322.76º 0.98% 0.17% -
HSV(B) 322.76º 0.99% 0.35% -
XYZ 4.72 2.37 3.82 -
YUV 33.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 88 1 55 0 0.99 0.38 0.65 322.76 0.98 0.17
Hex 58 1 37 0 63 26 41 143 62 11
Octal 130 1 67 0 143 46 101 503 142 21
Binary 1011000 1 110111 0 1100011 100110 1000001 101000011 1100010 10001

Color Harmonies of #580137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580137

Black with #580137

Text Example


Text Example

White with #580137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580137; }

 p { color: rgb(88,1,55); }

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

background-color css

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

 a { background-color: rgb(88,1,55); }

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

border-color css

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

 span { border-color: rgb(88,1,55); }

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