Html Css Color HEX #7A024F Tyrian Purple

📋 copy color: '#7A024F'

red 122 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #7A024F

Tints of Tyrian Purple #7A024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 60.1%
G = 0.99%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7A024F (or 0x7A024F) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 4F. RGB value is (122,2,79). Sum of RGB (Red+Green+Blue) = 122+2+79=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A024F is #85FDB0. Grayscale: #2E2E2E. Windows color (decimal): -8781233 or 5177978. OLE color: 5177978.

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

Color convert

RGB 122 2 79 -
CMYK 0 0.98 0.35 0.52
HSL 321.5º 0.97% 0.24% -
HSV(B) 321.5º 0.98% 0.48% -
XYZ 9.46 4.75 7.81 -
YUV 46.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 122 2 79 0 0.98 0.35 0.52 321.5 0.97 0.24
Hex 7A 2 4F 0 62 23 34 142 61 18
Octal 172 2 117 0 142 43 64 502 141 30
Binary 1111010 10 1001111 0 1100010 100011 110100 101000010 1100001 11000

Color Harmonies of #7A024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A024F

Black with #7A024F

Text Example


Text Example

White with #7A024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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