Html Css Color HEX #580751 Tyrian Purple

📋 copy color: '#580751'

red 88 ◦ green 7 ◦ blue 81

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

Shades of Tyrian Purple #580751

Tints of Tyrian Purple #580751

RGB

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

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

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

R = 50%
G = 3.98%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580751 (or 0x580751) is known color: Tyrian Purple. HEX triplet: 58, 07 and 51. RGB value is (88,7,81). Sum of RGB (Red+Green+Blue) = 88+7+81=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580751 is #A7F8AE. Grayscale: #272727. Windows color (decimal): -11008175 or 5310296. OLE color: 5310296.

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

Color convert

RGB 88 7 81 -
CMYK 0 0.92 0.08 0.65
HSL 305.19º 0.85% 0.19% -
HSV(B) 305.19º 0.92% 0.35% -
XYZ 5.59 2.82 8.03 -
YUV 39.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 88 7 81 0 0.92 0.08 0.65 305.19 0.85 0.19
Hex 58 7 51 0 5C 8 41 131 55 13
Octal 130 7 121 0 134 10 101 461 125 23
Binary 1011000 111 1010001 0 1011100 1000 1000001 100110001 1010101 10011

Color Harmonies of #580751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580751

Black with #580751

Text Example


Text Example

White with #580751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580751; }

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

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

background-color css

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

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

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

border-color css

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

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

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