#610B4C

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

Shades of Tyrian Purple #610B4C

Tints of Tyrian Purple #610B4C

Color information

#610B4C (or 0x610B4C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0B and 4C. RGB value is (97,11,76). Sum of RGB (Red+Green+Blue) = 97+11+76=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B4C is #9EF4B3. Grayscale: #2B2B2B. Windows color (decimal): -10417332 or 4983649. OLE color: 4983649.

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

Color convert

RGB971176-
CMYK00.890.220.62
HSL314.65º79.63%21.18%-
HSV(B)314.65º88.66%38.04%-
XYZ6.353.37.14-
YUV44.12145.99165.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=52.72%
G=5.98%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97117600.890.220.62314.6579.6321.18
Hex61B4C059163E13b5015
Octal141131140131267647312025
Binary1100001101110011000101100110110111110100111011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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