#610A4C

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

Shades of Tyrian Purple #610A4C

Tints of Tyrian Purple #610A4C

Color information

#610A4C (or 0x610A4C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0A and 4C. RGB value is (97,10,76). Sum of RGB (Red+Green+Blue) = 97+10+76=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #610A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A4C is #9EF5B3. Grayscale: #2B2B2B. Windows color (decimal): -10417588 or 4983393. OLE color: 4983393.

HSL color Cylindrical-coordinate representation of color #610A4C: hue angle of 314.48º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A4C is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB971076-
CMYK00.900.220.62
HSL314.48º81.31%20.98%-
HSV(B)314.48º89.69%38.04%-
XYZ6.343.287.14-
YUV43.54146.32166.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 10 (4.30% from 255) = 5.46%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=53.01%
G=5.46%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97107600.900.220.62314.4881.3120.98
Hex61A4C05A163E13a5115
Octal141121140132267647212125
Binary1100001101010011000101101010110111110100111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610A4C; }

 p { color: rgb(97,10,76); }

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

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

 a { background-color: rgb(97,10,76); }

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

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

 span { border-color: rgb(97,10,76); }

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