#610449

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

Shades of Tyrian Purple #610449

Tints of Tyrian Purple #610449

Color information

#610449 (or 0x610449) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 49. RGB value is (97,4,73). Sum of RGB (Red+Green+Blue) = 97+4+73=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #610449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610449 is #9EFBB6. Grayscale: #272727. Windows color (decimal): -10419127 or 4785249. OLE color: 4785249.

HSL color Cylindrical-coordinate representation of color #610449: hue angle of 315.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610449 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB97473-
CMYK00.960.250.62
HSL315.48º92.08%19.8%-
HSV(B)315.48º95.88%38.04%-
XYZ6.183.116.58-
YUV39.67146.81168.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=55.75%
G=2.30%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9747300.960.250.62315.4892.0819.8
Hex61449060193E13b5c14
Octal14141110140317647313424
Binary110000110010010010110000011001111110100111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610449; }

 p { color: rgb(97,4,73); }

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

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

 a { background-color: rgb(97,4,73); }

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

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

 span { border-color: rgb(97,4,73); }

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