Html Css Color HEX #581140 Tyrian Purple

📋 copy color: '#581140'

red 88 ◦ green 17 ◦ blue 64

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

Shades of Tyrian Purple #581140

Tints of Tyrian Purple #581140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 52.07%
G = 10.06%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#581140 (or 0x581140) is known color: Tyrian Purple. HEX triplet: 58, 11 and 40. RGB value is (88,17,64). Sum of RGB (Red+Green+Blue) = 88+17+64=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #581140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581140 is #A7EEBF. Grayscale: #2B2B2B. Windows color (decimal): -11005632 or 4198744. OLE color: 4198744.

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

Color convert

RGB 88 17 64 -
CMYK 0 0.81 0.27 0.65
HSL 320.28º 0.68% 0.21% -
HSV(B) 320.28º 0.81% 0.35% -
XYZ 5.15 2.85 5.13 -
YUV 43.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 88 17 64 0 0.81 0.27 0.65 320.28 0.68 0.21
Hex 58 11 40 0 51 1B 41 140 44 15
Octal 130 21 100 0 121 33 101 500 104 25
Binary 1011000 10001 1000000 0 1010001 11011 1000001 101000000 1000100 10101

Color Harmonies of #581140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581140

Black with #581140

Text Example


Text Example

White with #581140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581140; }

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

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

background-color css

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

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

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

border-color css

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

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

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