Html Css Color HEX #7A024E Tyrian Purple

📋 copy color: '#7A024E'

red 122 ◦ green 2 ◦ blue 78

#7A024E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #7A024E

Tints of Tyrian Purple #7A024E

RGB

 RED value IS 122 (48.05% from 255) = 60.4%

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 60.4%
G = 0.99%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7A024E (or 0x7A024E) is known color: 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

RGB 122 2 78 -
CMYK 0 0.98 0.36 0.52
HSL 322º 0.97% 0.24% -
HSV(B) 322º 0.98% 0.48% -
XYZ 9.42 4.73 7.62 -
YUV 46.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 122 2 78 0 0.98 0.36 0.52 322 0.97 0.24
Hex 7A 2 4E 0 62 24 34 142 61 18
Octal 172 2 116 0 142 44 64 502 141 30
Binary 1111010 10 1001110 0 1100010 100100 110100 101000010 1100001 11000

Color Harmonies of #7A024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A024E

Black with #7A024E

Text Example


Text Example

White with #7A024E

Text Example


Text Example

HTML Codes & Css Web 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>