#76054B

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

Shades of Tyrian Purple #76054B

Tints of Tyrian Purple #76054B

Color information

#76054B (or 0x76054B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 4B. RGB value is (118,5,75). Sum of RGB (Red+Green+Blue) = 118+5+75=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76054B is #89FAB4. Grayscale: #2E2E2E. Windows color (decimal): -9042613 or 4916598. OLE color: 4916598.

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

Color convert

RGB118575-
CMYK00.960.360.54
HSL322.83º91.87%24.12%-
HSV(B)322.83º95.76%46.27%-
XYZ8.84.477.06-
YUV46.77143.94178.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=59.60%
G=2.53%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11857500.960.360.54322.8391.8724.12
Hex7654B06024361435c18
Octal16651130140446650313430
Binary1110110101100101101100000100100110110101000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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