#610547

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

Shades of Tyrian Purple #610547

Tints of Tyrian Purple #610547

Color information

#610547 (or 0x610547) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 47. RGB value is (97,5,71). Sum of RGB (Red+Green+Blue) = 97+5+71=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #610547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610547 is #9EFAB8. Grayscale: #272727. Windows color (decimal): -10418873 or 4654433. OLE color: 4654433.

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

Color convert

RGB97571-
CMYK00.950.270.62
HSL316.96º90.2%20%-
HSV(B)316.96º94.85%38.04%-
XYZ6.123.16.24-
YUV40.03145.48168.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=56.07%
G=2.89%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757100.950.270.62316.9690.220
Hex6154705F1B3E13d5a14
Octal14151070137337647513224
Binary110000110110001110101111111011111110100111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610547; }

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

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

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

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

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

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

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

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