#61042E

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

Shades of Tyrian Purple #61042E

Tints of Tyrian Purple #61042E

Color information

#61042E (or 0x61042E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 2E. RGB value is (97,4,46). Sum of RGB (Red+Green+Blue) = 97+4+46=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61042E is #9EFBD1. Grayscale: #242424. Windows color (decimal): -10419154 or 3015777. OLE color: 3015777.

HSL color Cylindrical-coordinate representation of color #61042E: hue angle of 332.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61042E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB97446-
CMYK00.960.530.62
HSL332.9º92.08%19.8%-
HSV(B)332.9º95.88%38.04%-
XYZ5.472.832.84-
YUV36.6133.31171.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=65.99%
G=2.72%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9744600.960.530.62332.992.0819.8
Hex6142E060353E14d5c14
Octal1414560140657651513424
Binary110000110010111001100000110101111110101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,4,46); }

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

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

 a { background-color: rgb(97,4,46); }

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

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

 span { border-color: rgb(97,4,46); }

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