#7B043C

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

Shades of Tyrian Purple #7B043C

Tints of Tyrian Purple #7B043C

Color information

#7B043C (or 0x7B043C) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 04 and 3C. RGB value is (123,4,60). Sum of RGB (Red+Green+Blue) = 123+4+60=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B043C is #84FBC3. Grayscale: #2D2D2D. Windows color (decimal): -8715204 or 3933307. OLE color: 3933307.

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

Color convert

RGB123460-
CMYK00.970.510.52
HSL331.76º93.7%24.9%-
HSV(B)331.76º96.75%48.24%-
XYZ9.034.624.69-
YUV45.96135.92182.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=65.78%
G=2.14%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12346000.970.510.52331.7693.724.9
Hex7B43C061333414c5e19
Octal1734740141636451413631
Binary111101110011110001100001110011110100101001100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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