Html Css Color HEX #7F0147 Tyrian Purple

📋 copy color: '#7F0147'

red 127 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #7F0147

Tints of Tyrian Purple #7F0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 63.82%
G = 0.5%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#7F0147 (or 0x7F0147) is known color: Tyrian Purple. HEX triplet: 7F, 01 and 47. RGB value is (127,1,71). Sum of RGB (Red+Green+Blue) = 127+1+71=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0147 is #80FEB8. Grayscale: #2E2E2E. Windows color (decimal): -8453817 or 4653439. OLE color: 4653439.

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

Color convert

RGB 127 1 71 -
CMYK 0 0.99 0.44 0.50
HSL 326.67º 0.98% 0.25% -
HSV(B) 326.67º 0.99% 0.5% -
XYZ 9.9 4.99 6.4 -
YUV 46.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 127 1 71 0 0.99 0.44 0.50 326.67 0.98 0.25
Hex 7F 1 47 0 63 2C 32 147 62 19
Octal 177 1 107 0 143 54 62 507 142 31
Binary 1111111 1 1000111 0 1100011 101100 110010 101000111 1100010 11001

Color Harmonies of #7F0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0147

Black with #7F0147

Text Example


Text Example

White with #7F0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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