#61104B

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

Shades of Tyrian Purple #61104B

Tints of Tyrian Purple #61104B

Color information

#61104B (or 0x61104B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 4B. RGB value is (97,16,75). Sum of RGB (Red+Green+Blue) = 97+16+75=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61104B is #9EEFB4. Grayscale: #2E2E2E. Windows color (decimal): -10416053 or 4919393. OLE color: 4919393.

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

Color convert

RGB971675-
CMYK00.840.230.62
HSL316.3º71.68%22.16%-
HSV(B)316.3º83.51%38.04%-
XYZ6.393.426.98-
YUV46.94143.84163.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=51.60%
G=8.51%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97167500.840.230.62316.371.6822.16
Hex61104B054173E13c4816
Octal141201130124277647411026
Binary11000011000010010110101010010111111110100111100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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