#61124E

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

Shades of Tyrian Purple #61124E

Tints of Tyrian Purple #61124E

Color information

#61124E (or 0x61124E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 4E. RGB value is (97,18,78). Sum of RGB (Red+Green+Blue) = 97+18+78=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61124E is #9EEDB1. Grayscale: #303030. Windows color (decimal): -10415538 or 5116513. OLE color: 5116513.

HSL color Cylindrical-coordinate representation of color #61124E: hue angle of 314.43º 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 #61124E is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB971878-
CMYK00.810.200.62
HSL314.43º68.7%22.55%-
HSV(B)314.43º81.44%38.04%-
XYZ6.523.527.54-
YUV48.46144.67162.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=50.26%
G=9.33%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97187800.810.200.62314.4368.722.55
Hex61124E051143E13a4517
Octal141221160121247647210527
Binary11000011001010011100101000110100111110100111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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