#61124D

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

Shades of Tyrian Purple #61124D

Tints of Tyrian Purple #61124D

Color information

#61124D (or 0x61124D) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 4D. RGB value is (97,18,77). Sum of RGB (Red+Green+Blue) = 97+18+77=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61124D is #9EEDB2. Grayscale: #303030. Windows color (decimal): -10415539 or 5050977. OLE color: 5050977.

HSL color Cylindrical-coordinate representation of color #61124D: hue angle of 315.19º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61124D is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB971877-
CMYK00.810.210.62
HSL315.19º68.7%22.55%-
HSV(B)315.19º81.44%38.04%-
XYZ6.493.517.36-
YUV48.35144.17162.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=50.52%
G=9.38%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97187700.810.210.62315.1968.722.55
Hex61124D051153E13b4517
Octal141221150121257647310527
Binary11000011001010011010101000110101111110100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61124D; }

 p { color: rgb(97,18,77); }

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

<style>
 a { background-color: #61124D; }

 a { background-color: rgb(97,18,77); }

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

<style>
 span { border-color: #61124D; }

 span { border-color: rgb(97,18,77); }

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