#7B054F

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

Shades of Tyrian Purple #7B054F

Tints of Tyrian Purple #7B054F

Color information

#7B054F (or 0x7B054F) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 05 and 4F. RGB value is (123,5,79). Sum of RGB (Red+Green+Blue) = 123+5+79=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B054F is #84FAB0. Grayscale: #303030. Windows color (decimal): -8714929 or 5178747. OLE color: 5178747.

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

Color convert

RGB123579-
CMYK00.960.360.52
HSL322.37º92.19%25.1%-
HSV(B)322.37º95.93%48.24%-
XYZ9.634.887.83-
YUV48.72145.09180.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=59.42%
G=2.42%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12357900.960.360.52322.3792.1925.1
Hex7B54F06024341425c19
Octal17351170140446450213431
Binary1111011101100111101100000100100110100101000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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