#760336

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

Shades of Tyrian Purple #760336

Tints of Tyrian Purple #760336

Color information

#760336 (or 0x760336) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 36. RGB value is (118,3,54). Sum of RGB (Red+Green+Blue) = 118+3+54=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760336 is #89FCC9. Grayscale: #2B2B2B. Windows color (decimal): -9043146 or 3539830. OLE color: 3539830.

HSL color Cylindrical-coordinate representation of color #760336: hue angle of 333.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760336 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB118354-
CMYK00.970.540.54
HSL333.39º95.04%23.73%-
HSV(B)333.39º97.46%46.27%-
XYZ8.174.183.87-
YUV43.2134.1181.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=67.43%
G=1.71%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11835400.970.540.54333.3995.0423.73
Hex76336061363614d5f18
Octal1663660141666651513730
Binary11101101111011001100001110110110110101001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760336; }

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

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

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

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

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

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

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

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