Html Css Color HEX #580547 Tyrian Purple

📋 copy color: '#580547'

red 88 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #580547

Tints of Tyrian Purple #580547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 53.66%
G = 3.05%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#580547 (or 0x580547) is known color: Tyrian Purple. HEX triplet: 58, 05 and 47. RGB value is (88,5,71). Sum of RGB (Red+Green+Blue) = 88+5+71=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #580547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580547 is #A7FAB8. Grayscale: #252525. Windows color (decimal): -11008697 or 4654424. OLE color: 4654424.

HSL color Cylindrical-coordinate representation of color #580547: hue angle of 312.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580547 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 71 -
CMYK 0 0.94 0.19 0.65
HSL 312.29º 0.89% 0.18% -
HSV(B) 312.29º 0.94% 0.35% -
XYZ 5.22 2.64 6.2 -
YUV 37.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 88 5 71 0 0.94 0.19 0.65 312.29 0.89 0.18
Hex 58 5 47 0 5E 13 41 138 59 12
Octal 130 5 107 0 136 23 101 470 131 22
Binary 1011000 101 1000111 0 1011110 10011 1000001 100111000 1011001 10010

Color Harmonies of #580547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580547

Black with #580547

Text Example


Text Example

White with #580547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580547; }

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

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

background-color css

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

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

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

border-color css

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

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

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