#7C014F

Color #7C014F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #7C014F

Tints of Tyrian Purple #7C014F

Color information

#7C014F (or 0x7C014F) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 01 and 4F. RGB value is (124,1,79). Sum of RGB (Red+Green+Blue) = 124+1+79=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C014F is #83FEB0. Grayscale: #2E2E2E. Windows color (decimal): -8650417 or 5177724. OLE color: 5177724.

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

Color convert

RGB124179-
CMYK00.990.360.51
HSL321.95º98.4%24.51%-
HSV(B)321.95º99.19%48.63%-
XYZ9.734.877.82-
YUV46.67146.25183.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=60.78%
G=0.49%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12417900.990.360.51321.9598.424.51
Hex7C14F06324331426219
Octal17411170143446350214231
Binary11111001100111101100011100100110011101000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C014F;
 }
 .AnyTagClassName
 {
   color: #7C014F;
 }
</style>
background-color css

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

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

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

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

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

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