Html Css Color HEX #581549 Tyrian Purple

📋 copy color: '#581549'

red 88 ◦ green 21 ◦ blue 73

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

Shades of Tyrian Purple #581549

Tints of Tyrian Purple #581549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 48.35%
G = 11.54%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#581549 (or 0x581549) is known color: Tyrian Purple. HEX triplet: 58, 15 and 49. RGB value is (88,21,73). Sum of RGB (Red+Green+Blue) = 88+21+73=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #581549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581549 is #A7EAB6. Grayscale: #2E2E2E. Windows color (decimal): -11004599 or 4789592. OLE color: 4789592.

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

Color convert

RGB 88 21 73 -
CMYK 0 0.76 0.17 0.65
HSL 313.43º 0.61% 0.21% -
HSV(B) 313.43º 0.76% 0.35% -
XYZ 5.5 3.09 6.61 -
YUV 46.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 88 21 73 0 0.76 0.17 0.65 313.43 0.61 0.21
Hex 58 15 49 0 4C 11 41 139 3D 15
Octal 130 25 111 0 114 21 101 471 75 25
Binary 1011000 10101 1001001 0 1001100 10001 1000001 100111001 111101 10101

Color Harmonies of #581549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581549

Black with #581549

Text Example


Text Example

White with #581549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581549; }

 p { color: rgb(88,21,73); }

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

background-color css

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

 a { background-color: rgb(88,21,73); }

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

border-color css

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

 span { border-color: rgb(88,21,73); }

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