Html Css Color HEX #581249 Tyrian Purple

📋 copy color: '#581249'

red 88 ◦ green 18 ◦ blue 73

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

Shades of Tyrian Purple #581249

Tints of Tyrian Purple #581249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 49.16%
G = 10.06%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#581249 (or 0x581249) is known color: Tyrian Purple. HEX triplet: 58, 12 and 49. RGB value is (88,18,73). Sum of RGB (Red+Green+Blue) = 88+18+73=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #581249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581249 is #A7EDB6. Grayscale: #2D2D2D. Windows color (decimal): -11005367 or 4788824. OLE color: 4788824.

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

Color convert

RGB 88 18 73 -
CMYK 0 0.80 0.17 0.65
HSL 312.86º 0.66% 0.21% -
HSV(B) 312.86º 0.8% 0.35% -
XYZ 5.44 2.99 6.59 -
YUV 45.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 88 18 73 0 0.80 0.17 0.65 312.86 0.66 0.21
Hex 58 12 49 0 50 11 41 139 42 15
Octal 130 22 111 0 120 21 101 471 102 25
Binary 1011000 10010 1001001 0 1010000 10001 1000001 100111001 1000010 10101

Color Harmonies of #581249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581249

Black with #581249

Text Example


Text Example

White with #581249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581249; }

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

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

background-color css

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

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

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

border-color css

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

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

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