#61104A

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

Shades of Tyrian Purple #61104A

Tints of Tyrian Purple #61104A

Color information

#61104A (or 0x61104A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 4A. RGB value is (97,16,74). Sum of RGB (Red+Green+Blue) = 97+16+74=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61104A is #9EEFB5. Grayscale: #2E2E2E. Windows color (decimal): -10416054 or 4853857. OLE color: 4853857.

HSL color Cylindrical-coordinate representation of color #61104A: hue angle of 317.04º 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 #61104A is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB971674-
CMYK00.840.240.62
HSL317.04º71.68%22.16%-
HSV(B)317.04º83.51%38.04%-
XYZ6.353.416.8-
YUV46.83143.34163.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=51.87%
G=8.56%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97167400.840.240.62317.0471.6822.16
Hex61104A054183E13d4816
Octal141201120124307647511026
Binary11000011000010010100101010011000111110100111101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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