#610C4D

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

Shades of Tyrian Purple #610C4D

Tints of Tyrian Purple #610C4D

Color information

#610C4D (or 0x610C4D) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0C and 4D. RGB value is (97,12,77). Sum of RGB (Red+Green+Blue) = 97+12+77=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #610C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C4D is #9EF3B2. Grayscale: #2C2C2C. Windows color (decimal): -10417075 or 5049441. OLE color: 5049441.

HSL color Cylindrical-coordinate representation of color #610C4D: hue angle of 314.12º 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 #610C4D is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB971277-
CMYK00.880.210.62
HSL314.12º77.98%21.37%-
HSV(B)314.12º87.63%38.04%-
XYZ6.43.347.33-
YUV44.82146.16165.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=52.15%
G=6.45%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97127700.880.210.62314.1277.9821.37
Hex61C4D058153E13a4e15
Octal141141150130257647211625
Binary1100001110010011010101100010101111110100111010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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