Html Css Color HEX #601249 Tyrian Purple

📋 copy color: '#601249'

red 96 ◦ green 18 ◦ blue 73

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

Shades of Tyrian Purple #601249

Tints of Tyrian Purple #601249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 51.34%
G = 9.63%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#601249 (or 0x601249) is known color: Tyrian Purple. HEX triplet: 60, 12 and 49. RGB value is (96,18,73). Sum of RGB (Red+Green+Blue) = 96+18+73=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601249 is #9FEDB6. Grayscale: #2F2F2F. Windows color (decimal): -10481079 or 4788832. OLE color: 4788832.

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

Color convert

RGB 96 18 73 -
CMYK 0 0.81 0.24 0.62
HSL 317.69º 0.68% 0.22% -
HSV(B) 317.69º 0.81% 0.38% -
XYZ 6.24 3.4 6.63 -
YUV 47.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 96 18 73 0 0.81 0.24 0.62 317.69 0.68 0.22
Hex 60 12 49 0 51 18 3E 13E 44 16
Octal 140 22 111 0 121 30 76 476 104 26
Binary 1100000 10010 1001001 0 1010001 11000 111110 100111110 1000100 10110

Color Harmonies of #601249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601249

Black with #601249

Text Example


Text Example

White with #601249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601249; }

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

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

background-color css

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

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

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

border-color css

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

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

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