#7C063E

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

Shades of Tyrian Purple #7C063E

Tints of Tyrian Purple #7C063E

Color information

#7C063E (or 0x7C063E) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 06 and 3E. RGB value is (124,6,62). Sum of RGB (Red+Green+Blue) = 124+6+62=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C063E is #83F9C1. Grayscale: #2F2F2F. Windows color (decimal): -8649154 or 4064892. OLE color: 4064892.

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

Color convert

RGB124662-
CMYK00.950.50.51
HSL331.53º90.77%25.49%-
HSV(B)331.53º95.16%48.63%-
XYZ9.254.764.99-
YUV47.67136.09182.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=64.58%
G=3.12%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12466200.950.50.51331.5390.7725.49
Hex7C63E05F323314c5b19
Octal1746760137626351413331
Binary111110011011111001011111110010110011101001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,6,62); }

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

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

 a { background-color: rgb(124,6,62); }

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

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

 span { border-color: rgb(124,6,62); }

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