#760B40

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

Shades of Tyrian Purple #760B40

Tints of Tyrian Purple #760B40

Color information

#760B40 (or 0x760B40) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0B and 40. RGB value is (118,11,64). Sum of RGB (Red+Green+Blue) = 118+11+64=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #760B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B40 is #89F4BF. Grayscale: #303030. Windows color (decimal): -9041088 or 4197238. OLE color: 4197238.

HSL color Cylindrical-coordinate representation of color #760B40: hue angle of 330.28º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B40 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1181164-
CMYK00.910.460.54
HSL330.28º82.95%25.29%-
HSV(B)330.28º90.68%46.27%-
XYZ8.524.465.26-
YUV49.04136.45177.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=61.14%
G=5.70%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118116400.910.460.54330.2882.9525.29
Hex76B4005B2E3614a5319
Octal166131000133566651212331
Binary11101101011100000001011011101110110110101001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760B40; }

 p { color: rgb(118,11,64); }

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

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

 a { background-color: rgb(118,11,64); }

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

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

 span { border-color: rgb(118,11,64); }

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