Html Css Color HEX #580147 Tyrian Purple

📋 copy color: '#580147'

red 88 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #580147

Tints of Tyrian Purple #580147

RGB

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

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

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

R = 55%
G = 0.63%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#580147 (or 0x580147) is known color: Tyrian Purple. HEX triplet: 58, 01 and 47. RGB value is (88,1,71). Sum of RGB (Red+Green+Blue) = 88+1+71=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #580147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580147 is #A7FEB8. Grayscale: #222222. Windows color (decimal): -11009721 or 4653400. OLE color: 4653400.

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

Color convert

RGB 88 1 71 -
CMYK 0 0.99 0.19 0.65
HSL 311.72º 0.98% 0.17% -
HSV(B) 311.72º 0.99% 0.35% -
XYZ 5.17 2.55 6.18 -
YUV 34.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 88 1 71 0 0.99 0.19 0.65 311.72 0.98 0.17
Hex 58 1 47 0 63 13 41 138 62 11
Octal 130 1 107 0 143 23 101 470 142 21
Binary 1011000 1 1000111 0 1100011 10011 1000001 100111000 1100010 10001

Color Harmonies of #580147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580147

Black with #580147

Text Example


Text Example

White with #580147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580147; }

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

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

background-color css

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

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

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

border-color css

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

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

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