Html Css Color HEX #7F044F Tyrian Purple

📋 copy color: '#7F044F'

red 127 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #7F044F

Tints of Tyrian Purple #7F044F

RGB

 RED value IS 127 (50% from 255) = 60.48%

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 60.48%
G = 1.9%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F044F (or 0x7F044F) is known color: Tyrian Purple. HEX triplet: 7F, 04 and 4F. RGB value is (127,4,79). Sum of RGB (Red+Green+Blue) = 127+4+79=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F044F is #80FBB0. Grayscale: #313131. Windows color (decimal): -8453041 or 5178495. OLE color: 5178495.

HSL color Cylindrical-coordinate representation of color #7F044F: hue angle of 323.41º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F044F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 4 79 -
CMYK 0 0.97 0.38 0.50
HSL 323.41º 0.94% 0.26% -
HSV(B) 323.41º 0.97% 0.5% -
XYZ 10.21 5.16 7.86 -
YUV 49.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 127 4 79 0 0.97 0.38 0.50 323.41 0.94 0.26
Hex 7F 4 4F 0 61 26 32 143 5E 1A
Octal 177 4 117 0 141 46 62 503 136 32
Binary 1111111 100 1001111 0 1100001 100110 110010 101000011 1011110 11010

Color Harmonies of #7F044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F044F

Black with #7F044F

Text Example


Text Example

White with #7F044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,79); }

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

background-color css

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

 a { background-color: rgb(127,4,79); }

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

border-color css

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

 span { border-color: rgb(127,4,79); }

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