Html Css Color HEX #580551 Tyrian Purple

📋 copy color: '#580551'

red 88 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #580551

Tints of Tyrian Purple #580551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 50.57%
G = 2.87%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580551 (or 0x580551) is known color: Tyrian Purple. HEX triplet: 58, 05 and 51. RGB value is (88,5,81). Sum of RGB (Red+Green+Blue) = 88+5+81=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580551 is #A7FAAE. Grayscale: #262626. Windows color (decimal): -11008687 or 5309784. OLE color: 5309784.

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

Color convert

RGB 88 5 81 -
CMYK 0 0.94 0.08 0.65
HSL 305.06º 0.89% 0.18% -
HSV(B) 305.06º 0.94% 0.35% -
XYZ 5.56 2.78 8.03 -
YUV 38.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 88 5 81 0 0.94 0.08 0.65 305.06 0.89 0.18
Hex 58 5 51 0 5E 8 41 131 59 12
Octal 130 5 121 0 136 10 101 461 131 22
Binary 1011000 101 1010001 0 1011110 1000 1000001 100110001 1011001 10010

Color Harmonies of #580551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580551

Black with #580551

Text Example


Text Example

White with #580551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580551; }

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

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

background-color css

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

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

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

border-color css

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

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

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