#7C063D

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

Shades of Tyrian Purple #7C063D

Tints of Tyrian Purple #7C063D

Color information

#7C063D (or 0x7C063D) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 06 and 3D. RGB value is (124,6,61). Sum of RGB (Red+Green+Blue) = 124+6+61=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C063D is #83F9C2. Grayscale: #2F2F2F. Windows color (decimal): -8649155 or 3999356. OLE color: 3999356.

HSL color Cylindrical-coordinate representation of color #7C063D: hue angle of 332.03º 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 #7C063D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB124661-
CMYK00.950.510.51
HSL332.03º90.77%25.49%-
HSV(B)332.03º95.16%48.63%-
XYZ9.224.754.85-
YUV47.55135.59182.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.92%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=64.92%
G=3.14%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12466100.950.510.51332.0390.7725.49
Hex7C63D05F333314c5b19
Octal1746750137636351413331
Binary111110011011110101011111110011110011101001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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