Html Css Color HEX #580050 Tyrian Purple

📋 copy color: '#580050'

red 88 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #580050

Tints of Tyrian Purple #580050

RGB

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

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

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

R = 52.38%
G = 0%
B = 47.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#580050 (or 0x580050) is known color: Tyrian Purple. HEX triplet: 58, 00 and 50. RGB value is (88,0,80). Sum of RGB (Red+Green+Blue) = 88+0+80=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #580050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580050 is #A7FFAF. Grayscale: #232323. Windows color (decimal): -11009968 or 5242968. OLE color: 5242968.

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

Color convert

RGB 88 0 80 -
CMYK 0 1 0.09 0.65
HSL 305.45º 1% 0.17% -
HSV(B) 305.45º 1% 0.35% -
XYZ 5.47 2.65 7.81 -
YUV 35.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 88 0 80 0 1 0.09 0.65 305.45 1 0.17
Hex 58 0 50 0 64 9 41 131 64 11
Octal 130 0 120 0 144 11 101 461 144 21
Binary 1011000 0 1010000 0 1100100 1001 1000001 100110001 1100100 10001

Color Harmonies of #580050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580050

Black with #580050

Text Example


Text Example

White with #580050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580050; }

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

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

background-color css

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

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

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

border-color css

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

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

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