#600949

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

Shades of Tyrian Purple #600949

Tints of Tyrian Purple #600949

Color information

#600949 (or 0x600949) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 49. RGB value is (96,9,73). Sum of RGB (Red+Green+Blue) = 96+9+73=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600949 is #9FF6B6. Grayscale: #2A2A2A. Windows color (decimal): -10483383 or 4786528. OLE color: 4786528.

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

Color convert

RGB96973-
CMYK00.910.240.62
HSL315.86º82.86%20.59%-
HSV(B)315.86º90.62%37.65%-
XYZ6.123.166.59-
YUV42.31145.32166.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=53.93%
G=5.06%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697300.910.240.62315.8682.8620.59
Hex6094905B183E13c5315
Octal140111110133307647412325
Binary1100000100110010010101101111000111110100111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600949; }

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

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

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

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

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

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

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

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