#610D50

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

Shades of Tyrian Purple #610D50

Tints of Tyrian Purple #610D50

Color information

#610D50 (or 0x610D50) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 50. RGB value is (97,13,80). Sum of RGB (Red+Green+Blue) = 97+13+80=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #610D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D50 is #9EF2AF. Grayscale: #2D2D2D. Windows color (decimal): -10416816 or 5246305. OLE color: 5246305.

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

Color convert

RGB971380-
CMYK00.870.180.62
HSL312.14º76.36%21.57%-
HSV(B)312.14º86.6%38.04%-
XYZ6.523.417.9-
YUV45.75147.33164.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=51.05%
G=6.84%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97138000.870.180.62312.1476.3621.57
Hex61D50057123E1384c16
Octal141151200127227647011426
Binary1100001110110100000101011110010111110100111000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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