Html Css Color HEX #7F014F Tyrian Purple

📋 copy color: '#7F014F'

red 127 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #7F014F

Tints of Tyrian Purple #7F014F

RGB

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

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

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

R = 61.35%
G = 0.48%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F014F (or 0x7F014F) is known color: Tyrian Purple. HEX triplet: 7F, 01 and 4F. RGB value is (127,1,79). Sum of RGB (Red+Green+Blue) = 127+1+79=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F014F is #80FEB0. Grayscale: #2F2F2F. Windows color (decimal): -8453809 or 5177727. OLE color: 5177727.

HSL color Cylindrical-coordinate representation of color #7F014F: hue angle of 322.86º 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 #7F014F is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 1 79 -
CMYK 0 0.99 0.38 0.50
HSL 322.86º 0.98% 0.25% -
HSV(B) 322.86º 0.99% 0.5% -
XYZ 10.17 5.1 7.84 -
YUV 47.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 127 1 79 0 0.99 0.38 0.50 322.86 0.98 0.25
Hex 7F 1 4F 0 63 26 32 143 62 19
Octal 177 1 117 0 143 46 62 503 142 31
Binary 1111111 1 1001111 0 1100011 100110 110010 101000011 1100010 11001

Color Harmonies of #7F014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F014F

Black with #7F014F

Text Example


Text Example

White with #7F014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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