Html Css Color HEX #581136 Tyrian Purple

📋 copy color: '#581136'

red 88 ◦ green 17 ◦ blue 54

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

Shades of Tyrian Purple #581136

Tints of Tyrian Purple #581136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 55.35%
G = 10.69%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#581136 (or 0x581136) is known color: Tyrian Purple. HEX triplet: 58, 11 and 36. RGB value is (88,17,54). Sum of RGB (Red+Green+Blue) = 88+17+54=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #581136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581136 is #A7EEC9. Grayscale: #2A2A2A. Windows color (decimal): -11005642 or 3543384. OLE color: 3543384.

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

Color convert

RGB 88 17 54 -
CMYK 0 0.81 0.39 0.65
HSL 328.73º 0.68% 0.21% -
HSV(B) 328.73º 0.81% 0.35% -
XYZ 4.89 2.74 3.76 -
YUV 42.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 88 17 54 0 0.81 0.39 0.65 328.73 0.68 0.21
Hex 58 11 36 0 51 27 41 149 44 15
Octal 130 21 66 0 121 47 101 511 104 25
Binary 1011000 10001 110110 0 1010001 100111 1000001 101001001 1000100 10101

Color Harmonies of #581136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581136

Black with #581136

Text Example


Text Example

White with #581136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581136; }

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

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

background-color css

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

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

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

border-color css

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

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

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