Html Css Color HEX #580950 Tyrian Purple

📋 copy color: '#580950'

red 88 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #580950

Tints of Tyrian Purple #580950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 49.72%
G = 5.08%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#580950 (or 0x580950) is known color: Tyrian Purple. HEX triplet: 58, 09 and 50. RGB value is (88,9,80). Sum of RGB (Red+Green+Blue) = 88+9+80=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580950 is #A7F6AF. Grayscale: #282828. Windows color (decimal): -11007664 or 5245272. OLE color: 5245272.

HSL color Cylindrical-coordinate representation of color #580950: hue angle of 306.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580950 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 80 -
CMYK 0 0.90 0.09 0.65
HSL 306.08º 0.81% 0.19% -
HSV(B) 306.08º 0.9% 0.35% -
XYZ 5.57 2.85 7.85 -
YUV 40.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 88 9 80 0 0.90 0.09 0.65 306.08 0.81 0.19
Hex 58 9 50 0 5A 9 41 132 51 13
Octal 130 11 120 0 132 11 101 462 121 23
Binary 1011000 1001 1010000 0 1011010 1001 1000001 100110010 1010001 10011

Color Harmonies of #580950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580950

Black with #580950

Text Example


Text Example

White with #580950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580950; }

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

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

background-color css

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

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

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

border-color css

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

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

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