#610E4A

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

Shades of Tyrian Purple #610E4A

Tints of Tyrian Purple #610E4A

Color information

#610E4A (or 0x610E4A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0E and 4A. RGB value is (97,14,74). Sum of RGB (Red+Green+Blue) = 97+14+74=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E4A is #9EF1B5. Grayscale: #2D2D2D. Windows color (decimal): -10416566 or 4853345. OLE color: 4853345.

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

Color convert

RGB971474-
CMYK00.860.240.62
HSL316.63º74.77%21.76%-
HSV(B)316.63º85.57%38.04%-
XYZ6.323.356.79-
YUV45.66144164.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 74 (29.30% from 255) = 40%
R=52.43%
G=7.57%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97147400.860.240.62316.6374.7721.76
Hex61E4A056183E13d4b16
Octal141161120126307647511326
Binary1100001111010010100101011011000111110100111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,14,74); }

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

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

 a { background-color: rgb(97,14,74); }

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

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

 span { border-color: rgb(97,14,74); }

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