Html Css Color HEX #580750 Tyrian Purple

📋 copy color: '#580750'

red 88 ◦ green 7 ◦ blue 80

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

Shades of Tyrian Purple #580750

Tints of Tyrian Purple #580750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 50.29%
G = 4%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#580750 (or 0x580750) is known color: Tyrian Purple. HEX triplet: 58, 07 and 50. RGB value is (88,7,80). Sum of RGB (Red+Green+Blue) = 88+7+80=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580750 is #A7F8AF. Grayscale: #272727. Windows color (decimal): -11008176 or 5244760. OLE color: 5244760.

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

Color convert

RGB 88 7 80 -
CMYK 0 0.92 0.09 0.65
HSL 305.93º 0.85% 0.19% -
HSV(B) 305.93º 0.92% 0.35% -
XYZ 5.55 2.81 7.84 -
YUV 39.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 88 7 80 0 0.92 0.09 0.65 305.93 0.85 0.19
Hex 58 7 50 0 5C 9 41 132 55 13
Octal 130 7 120 0 134 11 101 462 125 23
Binary 1011000 111 1010000 0 1011100 1001 1000001 100110010 1010101 10011

Color Harmonies of #580750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580750

Black with #580750

Text Example


Text Example

White with #580750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580750; }

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

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

background-color css

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

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

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

border-color css

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

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

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