#7B034C

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

Shades of Tyrian Purple #7B034C

Tints of Tyrian Purple #7B034C

Color information

#7B034C (or 0x7B034C) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 03 and 4C. RGB value is (123,3,76). Sum of RGB (Red+Green+Blue) = 123+3+76=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B034C is #84FCB3. Grayscale: #2F2F2F. Windows color (decimal): -8715444 or 4981627. OLE color: 4981627.

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

Color convert

RGB123376-
CMYK00.980.380.52
HSL323.5º95.24%24.71%-
HSV(B)323.5º97.56%48.24%-
XYZ9.514.87.26-
YUV47.2144.26182.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.89%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=60.89%
G=1.49%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12337600.980.380.52323.595.2424.71
Hex7B34C06226341445f19
Octal17331140142466450413731
Binary111101111100110001100010100110110100101000100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,3,76); }

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

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

 a { background-color: rgb(123,3,76); }

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

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

 span { border-color: rgb(123,3,76); }

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