Html Css Color HEX #7F0247 Tyrian Purple

📋 copy color: '#7F0247'

red 127 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #7F0247

Tints of Tyrian Purple #7F0247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 63.5%
G = 1%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#7F0247 (or 0x7F0247) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 47. RGB value is (127,2,71). Sum of RGB (Red+Green+Blue) = 127+2+71=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0247 is #80FDB8. Grayscale: #2F2F2F. Windows color (decimal): -8453561 or 4653695. OLE color: 4653695.

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

Color convert

RGB 127 2 71 -
CMYK 0 0.98 0.44 0.50
HSL 326.88º 0.97% 0.25% -
HSV(B) 326.88º 0.98% 0.5% -
XYZ 9.91 5.01 6.41 -
YUV 47.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 127 2 71 0 0.98 0.44 0.50 326.88 0.97 0.25
Hex 7F 2 47 0 62 2C 32 147 61 19
Octal 177 2 107 0 142 54 62 507 141 31
Binary 1111111 10 1000111 0 1100010 101100 110010 101000111 1100001 11001

Color Harmonies of #7F0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0247

Black with #7F0247

Text Example


Text Example

White with #7F0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,71); }

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

background-color css

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

 a { background-color: rgb(127,2,71); }

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

border-color css

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

 span { border-color: rgb(127,2,71); }

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