Html Css Color HEX #580151 Tyrian Purple

📋 copy color: '#580151'

red 88 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #580151

Tints of Tyrian Purple #580151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 51.76%
G = 0.59%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580151 (or 0x580151) is known color: Tyrian Purple. HEX triplet: 58, 01 and 51. RGB value is (88,1,81). Sum of RGB (Red+Green+Blue) = 88+1+81=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #580151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580151 is #A7FEAE. Grayscale: #232323. Windows color (decimal): -11009711 or 5308760. OLE color: 5308760.

HSL color Cylindrical-coordinate representation of color #580151: hue angle of 304.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580151 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 81 -
CMYK 0 0.99 0.08 0.65
HSL 304.83º 0.98% 0.17% -
HSV(B) 304.83º 0.99% 0.35% -
XYZ 5.52 2.69 8.01 -
YUV 36.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 88 1 81 0 0.99 0.08 0.65 304.83 0.98 0.17
Hex 58 1 51 0 63 8 41 131 62 11
Octal 130 1 121 0 143 10 101 461 142 21
Binary 1011000 1 1010001 0 1100011 1000 1000001 100110001 1100010 10001

Color Harmonies of #580151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580151

Black with #580151

Text Example


Text Example

White with #580151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580151; }

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

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

background-color css

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

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

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

border-color css

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

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

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