Html Css Color HEX #7A024D Tyrian Purple

📋 copy color: '#7A024D'

red 122 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #7A024D

Tints of Tyrian Purple #7A024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 60.7%
G = 1%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A024D (or 0x7A024D) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 4D. RGB value is (122,2,77). Sum of RGB (Red+Green+Blue) = 122+2+77=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A024D is #85FDB2. Grayscale: #2E2E2E. Windows color (decimal): -8781235 or 5046906. OLE color: 5046906.

HSL color Cylindrical-coordinate representation of color #7A024D: hue angle of 322.5º 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 #7A024D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 2 77 -
CMYK 0 0.98 0.37 0.52
HSL 322.5º 0.97% 0.24% -
HSV(B) 322.5º 0.98% 0.48% -
XYZ 9.39 4.72 7.44 -
YUV 46.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 122 2 77 0 0.98 0.37 0.52 322.5 0.97 0.24
Hex 7A 2 4D 0 62 25 34 142 61 18
Octal 172 2 115 0 142 45 64 502 141 30
Binary 1111010 10 1001101 0 1100010 100101 110100 101000010 1100001 11000

Color Harmonies of #7A024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A024D

Black with #7A024D

Text Example


Text Example

White with #7A024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A024D;
 }
 .AnyTagClassName
 {
   color: #7A024D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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