#7C063B

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

Shades of Tyrian Purple #7C063B

Tints of Tyrian Purple #7C063B

Color information

#7C063B (or 0x7C063B) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 06 and 3B. RGB value is (124,6,59). Sum of RGB (Red+Green+Blue) = 124+6+59=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C063B is #83F9C4. Grayscale: #2F2F2F. Windows color (decimal): -8649157 or 3868284. OLE color: 3868284.

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

Color convert

RGB124659-
CMYK00.950.520.51
HSL333.05º90.77%25.49%-
HSV(B)333.05º95.16%48.63%-
XYZ9.174.734.57-
YUV47.32134.59182.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.61%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=65.61%
G=3.17%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12465900.950.520.51333.0590.7725.49
Hex7C63B05F343314d5b19
Octal1746730137646351513331
Binary111110011011101101011111110100110011101001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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