#7C0247

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

Shades of Tyrian Purple #7C0247

Tints of Tyrian Purple #7C0247

Color information

#7C0247 (or 0x7C0247) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 02 and 47. RGB value is (124,2,71). Sum of RGB (Red+Green+Blue) = 124+2+71=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0247 is #83FDB8. Grayscale: #2E2E2E. Windows color (decimal): -8650169 or 4653692. OLE color: 4653692.

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

Color convert

RGB124271-
CMYK00.980.430.51
HSL326.07º96.83%24.71%-
HSV(B)326.07º98.39%48.63%-
XYZ9.474.786.39-
YUV46.34141.92183.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.94%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=62.94%
G=1.02%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12427100.980.430.51326.0796.8324.71
Hex7C2470622B331466119
Octal17421070142536350614131
Binary111110010100011101100010101011110011101000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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