#7C0442

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

Shades of Tyrian Purple #7C0442

Tints of Tyrian Purple #7C0442

Color information

#7C0442 (or 0x7C0442) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 04 and 42. RGB value is (124,4,66). Sum of RGB (Red+Green+Blue) = 124+4+66=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0442 is #83FBBD. Grayscale: #2E2E2E. Windows color (decimal): -8649662 or 4326524. OLE color: 4326524.

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

Color convert

RGB124466-
CMYK00.970.470.51
HSL329º93.75%25.1%-
HSV(B)329º96.77%48.63%-
XYZ9.344.775.58-
YUV46.95138.76182.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.92%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=63.92%
G=2.06%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12446600.970.470.5132993.7525.1
Hex7C4420612F331495e19
Octal17441020141576351113631
Binary1111100100100001001100001101111110011101001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,66); }

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

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

 a { background-color: rgb(124,4,66); }

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

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

 span { border-color: rgb(124,4,66); }

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