#76094B

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

Shades of Tyrian Purple #76094B

Tints of Tyrian Purple #76094B

Color information

#76094B (or 0x76094B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 4B. RGB value is (118,9,75). Sum of RGB (Red+Green+Blue) = 118+9+75=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76094B is #89F6B4. Grayscale: #303030. Windows color (decimal): -9041589 or 4917622. OLE color: 4917622.

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

Color convert

RGB118975-
CMYK00.920.360.54
HSL323.67º85.83%24.9%-
HSV(B)323.67º92.37%46.27%-
XYZ8.844.557.07-
YUV49.11142.61177.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=58.42%
G=4.46%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11897500.920.360.54323.6785.8324.9
Hex7694B05C24361445619
Octal166111130134446650412631
Binary11101101001100101101011100100100110110101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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