Html Css Color HEX #7F014C Tyrian Purple

📋 copy color: '#7F014C'

red 127 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #7F014C

Tints of Tyrian Purple #7F014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 62.25%
G = 0.49%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F014C (or 0x7F014C) is known color: Tyrian Purple. HEX triplet: 7F, 01 and 4C. RGB value is (127,1,76). Sum of RGB (Red+Green+Blue) = 127+1+76=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F014C is #80FEB3. Grayscale: #2F2F2F. Windows color (decimal): -8453812 or 4981119. OLE color: 4981119.

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

Color convert

RGB 127 1 76 -
CMYK 0 0.99 0.40 0.50
HSL 324.29º 0.98% 0.25% -
HSV(B) 324.29º 0.99% 0.5% -
XYZ 10.07 5.06 7.28 -
YUV 47.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 127 1 76 0 0.99 0.40 0.50 324.29 0.98 0.25
Hex 7F 1 4C 0 63 28 32 144 62 19
Octal 177 1 114 0 143 50 62 504 142 31
Binary 1111111 1 1001100 0 1100011 101000 110010 101000100 1100010 11001

Color Harmonies of #7F014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F014C

Black with #7F014C

Text Example


Text Example

White with #7F014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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