#760036

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

Shades of Tyrian Purple #760036

Tints of Tyrian Purple #760036

Color information

#760036 (or 0x760036) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 36. RGB value is (118,0,54). Sum of RGB (Red+Green+Blue) = 118+0+54=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #760036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760036 is #89FFC9. Grayscale: #292929. Windows color (decimal): -9043914 or 3539062. OLE color: 3539062.

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

Color convert

RGB118054-
CMYK010.540.54
HSL332.54º100%23.14%-
HSV(B)332.54º100%46.27%-
XYZ8.144.123.86-
YUV41.44135.09182.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=68.60%
G=0%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118054010.540.54332.5410023.14
Hex76036064363614d6417
Octal1660660144666651514427
Binary1110110011011001100100110110110110101001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760036; }

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

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

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

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

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

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

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

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