#76004B

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

Shades of Tyrian Purple #76004B

Tints of Tyrian Purple #76004B

Color information

#76004B (or 0x76004B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 4B. RGB value is (118,0,75). Sum of RGB (Red+Green+Blue) = 118+0+75=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76004B is #89FFB4. Grayscale: #2B2B2B. Windows color (decimal): -9043893 or 4915318. OLE color: 4915318.

HSL color Cylindrical-coordinate representation of color #76004B: hue angle of 321.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76004B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB118075-
CMYK010.360.54
HSL321.86º100%23.14%-
HSV(B)321.86º100%46.27%-
XYZ8.744.367.04-
YUV43.83145.59180.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=61.14%
G=0%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118075010.360.54321.8610023.14
Hex7604B06424361426417
Octal16601130144446650214427
Binary11101100100101101100100100100110110101000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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