#76003F

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

Shades of Tyrian Purple #76003F

Tints of Tyrian Purple #76003F

Color information

#76003F (or 0x76003F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 3F. RGB value is (118,0,63). Sum of RGB (Red+Green+Blue) = 118+0+63=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76003F is #89FFC0. Grayscale: #2A2A2A. Windows color (decimal): -9043905 or 4128886. OLE color: 4128886.

HSL color Cylindrical-coordinate representation of color #76003F: hue angle of 327.97º 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 #76003F is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB118063-
CMYK010.470.54
HSL327.97º100%23.14%-
HSV(B)327.97º100%46.27%-
XYZ8.374.215.07-
YUV42.46139.59181.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 34.81%
R=65.19%
G=0%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118063010.470.54327.9710023.14
Hex7603F0642F361486417
Octal1660770144576651014427
Binary1110110011111101100100101111110110101001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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