#76054F

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

Shades of Tyrian Purple #76054F

Tints of Tyrian Purple #76054F

Color information

#76054F (or 0x76054F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 4F. RGB value is (118,5,79). Sum of RGB (Red+Green+Blue) = 118+5+79=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76054F is #89FAB0. Grayscale: #2F2F2F. Windows color (decimal): -9042609 or 5178742. OLE color: 5178742.

HSL color Cylindrical-coordinate representation of color #76054F: hue angle of 320.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76054F is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB118579-
CMYK00.960.330.54
HSL320.71º91.87%24.12%-
HSV(B)320.71º95.76%46.27%-
XYZ8.944.527.8-
YUV47.22145.94178.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=58.42%
G=2.48%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11857900.960.330.54320.7191.8724.12
Hex7654F06021361415c18
Octal16651170140416650113430
Binary1110110101100111101100000100001110110101000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76054F; }

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

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

<style>
 a { background-color: #76054F; }

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

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

<style>
 span { border-color: #76054F; }

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

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