#61104C

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

Shades of Tyrian Purple #61104C

Tints of Tyrian Purple #61104C

Color information

#61104C (or 0x61104C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 4C. RGB value is (97,16,76). Sum of RGB (Red+Green+Blue) = 97+16+76=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61104C is #9EEFB3. Grayscale: #2E2E2E. Windows color (decimal): -10416052 or 4984929. OLE color: 4984929.

HSL color Cylindrical-coordinate representation of color #61104C: hue angle of 315.56º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61104C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB971676-
CMYK00.840.220.62
HSL315.56º71.68%22.16%-
HSV(B)315.56º83.51%38.04%-
XYZ6.423.437.16-
YUV47.06144.34163.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=51.32%
G=8.47%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97167600.840.220.62315.5671.6822.16
Hex61104C054163E13c4816
Octal141201140124267647411026
Binary11000011000010011000101010010110111110100111100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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