Html Css Color HEX #601031 Tyrian Purple

📋 copy color: '#601031'

red 96 ◦ green 16 ◦ blue 49

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

Shades of Tyrian Purple #601031

Tints of Tyrian Purple #601031

RGB

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

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

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

R = 59.63%
G = 9.94%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#601031 (or 0x601031) is known color: Tyrian Purple. HEX triplet: 60, 10 and 31. RGB value is (96,16,49). Sum of RGB (Red+Green+Blue) = 96+16+49=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #601031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601031 is #9FEFCE. Grayscale: #2B2B2B. Windows color (decimal): -10481615 or 3215456. OLE color: 3215456.

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

Color convert

RGB 96 16 49 -
CMYK 0 0.83 0.49 0.62
HSL 335.25º 0.71% 0.22% -
HSV(B) 335.25º 0.83% 0.38% -
XYZ 5.56 3.08 3.21 -
YUV 43.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 96 16 49 0 0.83 0.49 0.62 335.25 0.71 0.22
Hex 60 10 31 0 53 31 3E 14F 47 16
Octal 140 20 61 0 123 61 76 517 107 26
Binary 1100000 10000 110001 0 1010011 110001 111110 101001111 1000111 10110

Color Harmonies of #601031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601031

Black with #601031

Text Example


Text Example

White with #601031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601031; }

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

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

background-color css

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

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

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

border-color css

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

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

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