Html Css Color HEX #580047 Tyrian Purple

📋 copy color: '#580047'

red 88 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #580047

Tints of Tyrian Purple #580047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.65%

R = 55.35%
G = 0%
B = 44.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#580047 (or 0x580047) is known color: Tyrian Purple. HEX triplet: 58, 00 and 47. RGB value is (88,0,71). Sum of RGB (Red+Green+Blue) = 88+0+71=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #580047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580047 is #A7FFB8. Grayscale: #222222. Windows color (decimal): -11009977 or 4653144. OLE color: 4653144.

HSL color Cylindrical-coordinate representation of color #580047: hue angle of 311.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 #580047 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 71 -
CMYK 0 1 0.19 0.65
HSL 311.59º 1% 0.17% -
HSV(B) 311.59º 1% 0.35% -
XYZ 5.16 2.53 6.18 -
YUV 34.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 88 0 71 0 1 0.19 0.65 311.59 1 0.17
Hex 58 0 47 0 64 13 41 138 64 11
Octal 130 0 107 0 144 23 101 470 144 21
Binary 1011000 0 1000111 0 1100100 10011 1000001 100111000 1100100 10001

Color Harmonies of #580047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580047

Black with #580047

Text Example


Text Example

White with #580047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580047; }

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

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

background-color css

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

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

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

border-color css

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

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

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