#760B53

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

Shades of Tyrian Purple #760B53

Tints of Tyrian Purple #760B53

Color information

#760B53 (or 0x760B53) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0B and 53. RGB value is (118,11,83). Sum of RGB (Red+Green+Blue) = 118+11+83=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B53 is #89F4AC. Grayscale: #333333. Windows color (decimal): -9041069 or 5442422. OLE color: 5442422.

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

Color convert

RGB1181183-
CMYK00.910.300.54
HSL319.63º82.95%25.29%-
HSV(B)319.63º90.68%46.27%-
XYZ9.154.728.61-
YUV51.2145.95175.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=55.66%
G=5.19%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118300.910.300.54319.6382.9525.29
Hex76B5305B1E361405319
Octal166131230133366650012331
Binary1110110101110100110101101111110110110101000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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