#7A0440

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

Shades of Tyrian Purple #7A0440

Tints of Tyrian Purple #7A0440

Color information

#7A0440 (or 0x7A0440) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 04 and 40. RGB value is (122,4,64). Sum of RGB (Red+Green+Blue) = 122+4+64=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0440 is #85FBBF. Grayscale: #2E2E2E. Windows color (decimal): -8780736 or 4195450. OLE color: 4195450.

HSL color Cylindrical-coordinate representation of color #7A0440: hue angle of 329.49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0440 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB122464-
CMYK00.970.480.52
HSL329.49º93.65%24.71%-
HSV(B)329.49º96.72%47.84%-
XYZ8.994.595.26-
YUV46.12138.09182.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.21%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=64.21%
G=2.11%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12246400.970.480.52329.4993.6524.71
Hex7A44006130341495e19
Octal17241000141606451113631
Binary1111010100100000001100001110000110100101001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0440; }

 p { color: rgb(122,4,64); }

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

<style>
 a { background-color: #7A0440; }

 a { background-color: rgb(122,4,64); }

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

<style>
 span { border-color: #7A0440; }

 span { border-color: rgb(122,4,64); }

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