Html Css Color HEX #601131 Tyrian Purple

📋 copy color: '#601131'

red 96 ◦ green 17 ◦ blue 49

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

Shades of Tyrian Purple #601131

Tints of Tyrian Purple #601131

RGB

 RED value IS 96 (37.89% from 255) = 59.26%

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

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 59.26%
G = 10.49%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#601131 (or 0x601131) is known color: Tyrian Purple. HEX triplet: 60, 11 and 31. RGB value is (96,17,49). Sum of RGB (Red+Green+Blue) = 96+17+49=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601131 is #9FEECE. Grayscale: #2C2C2C. Windows color (decimal): -10481359 or 3215712. OLE color: 3215712.

HSL color Cylindrical-coordinate representation of color #601131: hue angle of 335.7º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601131 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 49 -
CMYK 0 0.82 0.49 0.62
HSL 335.7º 0.7% 0.22% -
HSV(B) 335.7º 0.82% 0.38% -
XYZ 5.58 3.11 3.21 -
YUV 44.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 96 17 49 0 0.82 0.49 0.62 335.7 0.7 0.22
Hex 60 11 31 0 52 31 3E 150 46 16
Octal 140 21 61 0 122 61 76 520 106 26
Binary 1100000 10001 110001 0 1010010 110001 111110 101010000 1000110 10110

Color Harmonies of #601131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601131

Black with #601131

Text Example


Text Example

White with #601131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601131; }

 p { color: rgb(96,17,49); }

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

background-color css

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

 a { background-color: rgb(96,17,49); }

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

border-color css

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

 span { border-color: rgb(96,17,49); }

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