Html Css Color HEX #581036 Tyrian Purple

📋 copy color: '#581036'

red 88 ◦ green 16 ◦ blue 54

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

Shades of Tyrian Purple #581036

Tints of Tyrian Purple #581036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

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

R = 55.7%
G = 10.13%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#581036 (or 0x581036) is known color: Tyrian Purple. HEX triplet: 58, 10 and 36. RGB value is (88,16,54). Sum of RGB (Red+Green+Blue) = 88+16+54=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581036 is #A7EFC9. Grayscale: #292929. Windows color (decimal): -11005898 or 3543128. OLE color: 3543128.

HSL color Cylindrical-coordinate representation of color #581036: hue angle of 328.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581036 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 54 -
CMYK 0 0.82 0.39 0.65
HSL 328.33º 0.69% 0.2% -
HSV(B) 328.33º 0.82% 0.35% -
XYZ 4.88 2.71 3.76 -
YUV 41.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 88 16 54 0 0.82 0.39 0.65 328.33 0.69 0.2
Hex 58 10 36 0 52 27 41 148 45 14
Octal 130 20 66 0 122 47 101 510 105 24
Binary 1011000 10000 110110 0 1010010 100111 1000001 101001000 1000101 10100

Color Harmonies of #581036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581036

Black with #581036

Text Example


Text Example

White with #581036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581036; }

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

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

background-color css

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

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

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

border-color css

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

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

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