Html Css Color HEX #7A004F Tyrian Purple

📋 copy color: '#7A004F'

red 122 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #7A004F

Tints of Tyrian Purple #7A004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.7%
G = 0%
B = 39.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7A004F (or 0x7A004F) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 4F. RGB value is (122,0,79). Sum of RGB (Red+Green+Blue) = 122+0+79=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A004F is #85FFB0. Grayscale: #2D2D2D. Windows color (decimal): -8781745 or 5177466. OLE color: 5177466.

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

Color convert

RGB 122 0 79 -
CMYK 0 1 0.35 0.52
HSL 321.15º 1% 0.24% -
HSV(B) 321.15º 1% 0.48% -
XYZ 9.44 4.7 7.81 -
YUV 45.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 122 0 79 0 1 0.35 0.52 321.15 1 0.24
Hex 7A 0 4F 0 64 23 34 141 64 18
Octal 172 0 117 0 144 43 64 501 144 30
Binary 1111010 0 1001111 0 1100100 100011 110100 101000001 1100100 11000

Color Harmonies of #7A004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A004F

Black with #7A004F

Text Example


Text Example

White with #7A004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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