Html Css Color HEX #580051 Tyrian Purple

📋 copy color: '#580051'

red 88 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #580051

Tints of Tyrian Purple #580051

RGB

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

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

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

R = 52.07%
G = 0%
B = 47.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580051 (or 0x580051) is known color: Tyrian Purple. HEX triplet: 58, 00 and 51. RGB value is (88,0,81). Sum of RGB (Red+Green+Blue) = 88+0+81=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #580051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580051 is #A7FFAE. Grayscale: #232323. Windows color (decimal): -11009967 or 5308504. OLE color: 5308504.

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

Color convert

RGB 88 0 81 -
CMYK 0 1 0.08 0.65
HSL 304.77º 1% 0.17% -
HSV(B) 304.77º 1% 0.35% -
XYZ 5.51 2.67 8.01 -
YUV 35.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 88 0 81 0 1 0.08 0.65 304.77 1 0.17
Hex 58 0 51 0 64 8 41 131 64 11
Octal 130 0 121 0 144 10 101 461 144 21
Binary 1011000 0 1010001 0 1100100 1000 1000001 100110001 1100100 10001

Color Harmonies of #580051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580051

Black with #580051

Text Example


Text Example

White with #580051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580051; }

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

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

background-color css

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

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

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

border-color css

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

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

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