#610C40

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

Shades of Tyrian Purple #610C40

Tints of Tyrian Purple #610C40

Color information

#610C40 (or 0x610C40) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0C and 40. RGB value is (97,12,64). Sum of RGB (Red+Green+Blue) = 97+12+64=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #610C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C40 is #9EF3BF. Grayscale: #2B2B2B. Windows color (decimal): -10417088 or 4197473. OLE color: 4197473.

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

Color convert

RGB971264-
CMYK00.880.340.62
HSL323.29º77.98%21.37%-
HSV(B)323.29º87.63%38.04%-
XYZ5.993.175.15-
YUV43.34139.66166.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=56.07%
G=6.94%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97126400.880.340.62323.2977.9821.37
Hex61C40058223E1434e15
Octal141141000130427650311625
Binary11000011100100000001011000100010111110101000011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,12,64); }

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

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

 a { background-color: rgb(97,12,64); }

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

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

 span { border-color: rgb(97,12,64); }

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