#610D40

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

Shades of Tyrian Purple #610D40

Tints of Tyrian Purple #610D40

Color information

#610D40 (or 0x610D40) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 40. RGB value is (97,13,64). Sum of RGB (Red+Green+Blue) = 97+13+64=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #610D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D40 is #9EF2BF. Grayscale: #2B2B2B. Windows color (decimal): -10416832 or 4197729. OLE color: 4197729.

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

Color convert

RGB971364-
CMYK00.870.340.62
HSL323.57º76.36%21.57%-
HSV(B)323.57º86.6%38.04%-
XYZ63.25.15-
YUV43.93139.33165.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=55.75%
G=7.47%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97136400.870.340.62323.5776.3621.57
Hex61D40057223E1444c16
Octal141151000127427650411426
Binary11000011101100000001010111100010111110101000100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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