Html Css Color HEX #601149 Tyrian Purple

📋 copy color: '#601149'

red 96 ◦ green 17 ◦ blue 73

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

Shades of Tyrian Purple #601149

Tints of Tyrian Purple #601149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 51.61%
G = 9.14%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#601149 (or 0x601149) is known color: Tyrian Purple. HEX triplet: 60, 11 and 49. RGB value is (96,17,73). Sum of RGB (Red+Green+Blue) = 96+17+73=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601149 is #9FEEB6. Grayscale: #2E2E2E. Windows color (decimal): -10481335 or 4788576. OLE color: 4788576.

HSL color Cylindrical-coordinate representation of color #601149: hue angle of 317.47º 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 #601149 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 73 -
CMYK 0 0.82 0.24 0.62
HSL 317.47º 0.7% 0.22% -
HSV(B) 317.47º 0.82% 0.38% -
XYZ 6.23 3.37 6.63 -
YUV 47.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 96 17 73 0 0.82 0.24 0.62 317.47 0.7 0.22
Hex 60 11 49 0 52 18 3E 13D 46 16
Octal 140 21 111 0 122 30 76 475 106 26
Binary 1100000 10001 1001001 0 1010010 11000 111110 100111101 1000110 10110

Color Harmonies of #601149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601149

Black with #601149

Text Example


Text Example

White with #601149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601149; }

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

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

background-color css

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

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

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

border-color css

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

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

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