Html Css Color HEX #580451 Tyrian Purple

📋 copy color: '#580451'

red 88 ◦ green 4 ◦ blue 81

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

Shades of Tyrian Purple #580451

Tints of Tyrian Purple #580451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 50.87%
G = 2.31%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#580451 (or 0x580451) is known color: Tyrian Purple. HEX triplet: 58, 04 and 51. RGB value is (88,4,81). Sum of RGB (Red+Green+Blue) = 88+4+81=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580451 is #A7FBAE. Grayscale: #252525. Windows color (decimal): -11008943 or 5309528. OLE color: 5309528.

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

Color convert

RGB 88 4 81 -
CMYK 0 0.95 0.08 0.65
HSL 305º 0.91% 0.18% -
HSV(B) 305º 0.95% 0.35% -
XYZ 5.55 2.76 8.02 -
YUV 37.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 88 4 81 0 0.95 0.08 0.65 305 0.91 0.18
Hex 58 4 51 0 5F 8 41 131 5B 12
Octal 130 4 121 0 137 10 101 461 133 22
Binary 1011000 100 1010001 0 1011111 1000 1000001 100110001 1011011 10010

Color Harmonies of #580451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580451

Black with #580451

Text Example


Text Example

White with #580451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580451; }

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

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

background-color css

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

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

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

border-color css

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

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

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