Html Css Color HEX #581141 Tyrian Purple

📋 copy color: '#581141'

red 88 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #581141

Tints of Tyrian Purple #581141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 51.76%
G = 10%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#581141 (or 0x581141) is known color: Tyrian Purple. HEX triplet: 58, 11 and 41. RGB value is (88,17,65). Sum of RGB (Red+Green+Blue) = 88+17+65=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #581141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581141 is #A7EEBE. Grayscale: #2B2B2B. Windows color (decimal): -11005631 or 4264280. OLE color: 4264280.

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

Color convert

RGB 88 17 65 -
CMYK 0 0.81 0.26 0.65
HSL 319.44º 0.68% 0.21% -
HSV(B) 319.44º 0.81% 0.35% -
XYZ 5.18 2.86 5.28 -
YUV 43.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 88 17 65 0 0.81 0.26 0.65 319.44 0.68 0.21
Hex 58 11 41 0 51 1A 41 13F 44 15
Octal 130 21 101 0 121 32 101 477 104 25
Binary 1011000 10001 1000001 0 1010001 11010 1000001 100111111 1000100 10101

Color Harmonies of #581141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581141

Black with #581141

Text Example


Text Example

White with #581141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581141; }

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

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

background-color css

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

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

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

border-color css

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

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

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