#61084E

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

Shades of Tyrian Purple #61084E

Tints of Tyrian Purple #61084E

Color information

#61084E (or 0x61084E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 08 and 4E. RGB value is (97,8,78). Sum of RGB (Red+Green+Blue) = 97+8+78=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61084E is #9EF7B1. Grayscale: #2A2A2A. Windows color (decimal): -10418098 or 5113953. OLE color: 5113953.

HSL color Cylindrical-coordinate representation of color #61084E: hue angle of 312.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61084E is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB97878-
CMYK00.920.200.62
HSL312.81º84.76%20.59%-
HSV(B)312.81º91.75%38.04%-
XYZ6.393.277.5-
YUV42.59147.99166.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=53.01%
G=4.37%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9787800.920.200.62312.8184.7620.59
Hex6184E05C143E1395515
Octal141101160134247647112525
Binary1100001100010011100101110010100111110100111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61084E; }

 p { color: rgb(97,8,78); }

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

<style>
 a { background-color: #61084E; }

 a { background-color: rgb(97,8,78); }

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

<style>
 span { border-color: #61084E; }

 span { border-color: rgb(97,8,78); }

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