Html Css Color HEX #7F0049 Tyrian Purple

📋 copy color: '#7F0049'

red 127 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #7F0049

Tints of Tyrian Purple #7F0049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 36.5%

R = 63.5%
G = 0%
B = 36.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#7F0049 (or 0x7F0049) is known color: Tyrian Purple. HEX triplet: 7F, 00 and 49. RGB value is (127,0,73). Sum of RGB (Red+Green+Blue) = 127+0+73=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0049 is #80FFB6. Grayscale: #2E2E2E. Windows color (decimal): -8454071 or 4784255. OLE color: 4784255.

HSL color Cylindrical-coordinate representation of color #7F0049: hue angle of 325.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0049 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 73 -
CMYK 0 1 0.43 0.50
HSL 325.51º 1% 0.25% -
HSV(B) 325.51º 1% 0.5% -
XYZ 9.95 4.99 6.74 -
YUV 46.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 127 0 73 0 1 0.43 0.50 325.51 1 0.25
Hex 7F 0 49 0 64 2B 32 146 64 19
Octal 177 0 111 0 144 53 62 506 144 31
Binary 1111111 0 1001001 0 1100100 101011 110010 101000110 1100100 11001

Color Harmonies of #7F0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0049

Black with #7F0049

Text Example


Text Example

White with #7F0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,73); }

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

background-color css

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

 a { background-color: rgb(127,0,73); }

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

border-color css

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

 span { border-color: rgb(127,0,73); }

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