#61114F

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

Shades of Tyrian Purple #61114F

Tints of Tyrian Purple #61114F

Color information

#61114F (or 0x61114F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 11 and 4F. RGB value is (97,17,79). Sum of RGB (Red+Green+Blue) = 97+17+79=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61114F is #9EEEB0. Grayscale: #2F2F2F. Windows color (decimal): -10415793 or 5181793. OLE color: 5181793.

HSL color Cylindrical-coordinate representation of color #61114F: hue angle of 313.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61114F is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB971779-
CMYK00.820.190.62
HSL313.5º70.18%22.35%-
HSV(B)313.5º82.47%38.04%-
XYZ6.543.517.73-
YUV47.99145.5162.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=50.26%
G=8.81%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97177900.820.190.62313.570.1822.35
Hex61114F052133E13a4616
Octal141211170122237647210626
Binary11000011000110011110101001010011111110100111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61114F; }

 p { color: rgb(97,17,79); }

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

<style>
 a { background-color: #61114F; }

 a { background-color: rgb(97,17,79); }

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

<style>
 span { border-color: #61114F; }

 span { border-color: rgb(97,17,79); }

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