#610C50

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

Shades of Tyrian Purple #610C50

Tints of Tyrian Purple #610C50

Color information

#610C50 (or 0x610C50) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0C and 50. RGB value is (97,12,80). Sum of RGB (Red+Green+Blue) = 97+12+80=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C50 is #9EF3AF. Grayscale: #2C2C2C. Windows color (decimal): -10417072 or 5246049. OLE color: 5246049.

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

Color convert

RGB971280-
CMYK00.880.180.62
HSL312º77.98%21.37%-
HSV(B)312º87.63%38.04%-
XYZ6.513.387.9-
YUV45.17147.66164.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=51.32%
G=6.35%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97128000.880.180.6231277.9821.37
Hex61C50058123E1384e15
Octal141141200130227647011625
Binary1100001110010100000101100010010111110100111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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