#610447

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

Shades of Tyrian Purple #610447

Tints of Tyrian Purple #610447

Color information

#610447 (or 0x610447) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 47. RGB value is (97,4,71). Sum of RGB (Red+Green+Blue) = 97+4+71=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #610447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610447 is #9EFBB8. Grayscale: #272727. Windows color (decimal): -10419129 or 4654177. OLE color: 4654177.

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

Color convert

RGB97471-
CMYK00.960.270.62
HSL316.77º92.08%19.8%-
HSV(B)316.77º95.88%38.04%-
XYZ6.113.086.23-
YUV39.44145.81169.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=56.40%
G=2.33%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9747100.960.270.62316.7792.0819.8
Hex614470601B3E13d5c14
Octal14141070140337647513424
Binary110000110010001110110000011011111110100111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610447; }

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

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

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

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

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

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

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

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