#7A024E

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

Shades of Tyrian Purple #7A024E

Tints of Tyrian Purple #7A024E

Color information

#7A024E (or 0x7A024E) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 02 and 4E. RGB value is (122,2,78). Sum of RGB (Red+Green+Blue) = 122+2+78=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A024E is #85FDB1. Grayscale: #2E2E2E. Windows color (decimal): -8781234 or 5112442. OLE color: 5112442.

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

Color convert

RGB122278-
CMYK00.980.360.52
HSL322º96.77%24.31%-
HSV(B)322º98.36%47.84%-
XYZ9.424.737.62-
YUV46.54145.76181.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.40%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=60.40%
G=0.99%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12227800.980.360.5232296.7724.31
Hex7A24E06224341426118
Octal17221160142446450214130
Binary111101010100111001100010100100110100101000010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,2,78); }

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

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

 a { background-color: rgb(122,2,78); }

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

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

 span { border-color: rgb(122,2,78); }

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