Html Css Color HEX #580550 Tyrian Purple

📋 copy color: '#580550'

red 88 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #580550

Tints of Tyrian Purple #580550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 50.87%
G = 2.89%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#580550 (or 0x580550) is known color: Tyrian Purple. HEX triplet: 58, 05 and 50. RGB value is (88,5,80). Sum of RGB (Red+Green+Blue) = 88+5+80=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580550 is #A7FAAF. Grayscale: #262626. Windows color (decimal): -11008688 or 5244248. OLE color: 5244248.

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

Color convert

RGB 88 5 80 -
CMYK 0 0.94 0.09 0.65
HSL 305.78º 0.89% 0.18% -
HSV(B) 305.78º 0.94% 0.35% -
XYZ 5.53 2.76 7.83 -
YUV 38.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 88 5 80 0 0.94 0.09 0.65 305.78 0.89 0.18
Hex 58 5 50 0 5E 9 41 132 59 12
Octal 130 5 120 0 136 11 101 462 131 22
Binary 1011000 101 1010000 0 1011110 1001 1000001 100110010 1011001 10010

Color Harmonies of #580550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580550

Black with #580550

Text Example


Text Example

White with #580550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580550; }

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

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

background-color css

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

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

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

border-color css

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

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

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