Html Css Color HEX #581144 Tyrian Purple

📋 copy color: '#581144'

red 88 ◦ green 17 ◦ blue 68

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

Shades of Tyrian Purple #581144

Tints of Tyrian Purple #581144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 50.87%
G = 9.83%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#581144 (or 0x581144) is known color: Tyrian Purple. HEX triplet: 58, 11 and 44. RGB value is (88,17,68). Sum of RGB (Red+Green+Blue) = 88+17+68=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #581144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581144 is #A7EEBB. Grayscale: #2B2B2B. Windows color (decimal): -11005628 or 4460888. OLE color: 4460888.

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

Color convert

RGB 88 17 68 -
CMYK 0 0.81 0.23 0.65
HSL 316.9º 0.68% 0.21% -
HSV(B) 316.9º 0.81% 0.35% -
XYZ 5.27 2.89 5.75 -
YUV 44.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 88 17 68 0 0.81 0.23 0.65 316.9 0.68 0.21
Hex 58 11 44 0 51 17 41 13D 44 15
Octal 130 21 104 0 121 27 101 475 104 25
Binary 1011000 10001 1000100 0 1010001 10111 1000001 100111101 1000100 10101

Color Harmonies of #581144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581144

Black with #581144

Text Example


Text Example

White with #581144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581144; }

 p { color: rgb(88,17,68); }

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

background-color css

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

 a { background-color: rgb(88,17,68); }

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

border-color css

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

 span { border-color: rgb(88,17,68); }

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