#7B054C

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

Shades of Tyrian Purple #7B054C

Tints of Tyrian Purple #7B054C

Color information

#7B054C (or 0x7B054C) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 05 and 4C. RGB value is (123,5,76). Sum of RGB (Red+Green+Blue) = 123+5+76=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B054C is #84FAB3. Grayscale: #303030. Windows color (decimal): -8714932 or 4982139. OLE color: 4982139.

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

Color convert

RGB123576-
CMYK00.960.380.52
HSL323.9º92.19%25.1%-
HSV(B)323.9º95.93%48.24%-
XYZ9.534.847.27-
YUV48.38143.59181.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.29%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=60.29%
G=2.45%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12357600.960.380.52323.992.1925.1
Hex7B54C06026341445c19
Octal17351140140466450413431
Binary1111011101100110001100000100110110100101000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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