#61124C

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

Shades of Tyrian Purple #61124C

Tints of Tyrian Purple #61124C

Color information

#61124C (or 0x61124C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 4C. RGB value is (97,18,76). Sum of RGB (Red+Green+Blue) = 97+18+76=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61124C is #9EEDB3. Grayscale: #303030. Windows color (decimal): -10415540 or 4985441. OLE color: 4985441.

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

Color convert

RGB971876-
CMYK00.810.220.62
HSL315.95º68.7%22.55%-
HSV(B)315.95º81.44%38.04%-
XYZ6.453.57.17-
YUV48.23143.67162.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=50.79%
G=9.42%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97187600.810.220.62315.9568.722.55
Hex61124C051163E13c4517
Octal141221140121267647410527
Binary11000011001010011000101000110110111110100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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