#7B043F

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

Shades of Tyrian Purple #7B043F

Tints of Tyrian Purple #7B043F

Color information

#7B043F (or 0x7B043F) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 04 and 3F. RGB value is (123,4,63). Sum of RGB (Red+Green+Blue) = 123+4+63=190 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.74% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 123 - color contains mainly: red. Hex color #7B043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B043F is #84FBC0. Grayscale: #2E2E2E. Windows color (decimal): -8715201 or 4129915. OLE color: 4129915.

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

Color convert

RGB123463-
CMYK00.970.490.52
HSL330.25º93.7%24.9%-
HSV(B)330.25º96.75%48.24%-
XYZ9.114.665.12-
YUV46.31137.42182.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 64.74%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 63 (25% from 255) = 33.16%
R=64.74%
G=2.11%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12346300.970.490.52330.2593.724.9
Hex7B43F061313414a5e19
Octal1734770141616451213631
Binary111101110011111101100001110001110100101001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,4,63); }

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

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

 a { background-color: rgb(123,4,63); }

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

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

 span { border-color: rgb(123,4,63); }

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