#601049

Color #601049 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #601049

Tints of Tyrian Purple #601049

Color information

#601049 (or 0x601049) is unknown color: approx Tyrian Purple. HEX triplet: 60, 10 and 49. RGB value is (96,16,73). Sum of RGB (Red+Green+Blue) = 96+16+73=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601049 is #9FEFB6. Grayscale: #2E2E2E. Windows color (decimal): -10481591 or 4788320. OLE color: 4788320.

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

Color convert

RGB961673-
CMYK00.830.240.62
HSL317.25º71.43%21.96%-
HSV(B)317.25º83.33%37.65%-
XYZ6.213.346.62-
YUV46.42143163.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=51.89%
G=8.65%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96167300.830.240.62317.2571.4321.96
Hex601049053183E13d4716
Octal140201110123307647510726
Binary11000001000010010010101001111000111110100111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601049; }

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

 H1.HeaderClassName
 {
   color: #601049;
 }
 .AnyTagClassName
 {
   color: #601049;
 }
</style>
background-color css

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

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

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

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

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

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