#760B35

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

Shades of Tyrian Purple #760B35

Tints of Tyrian Purple #760B35

Color information

#760B35 (or 0x760B35) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0B and 35. RGB value is (118,11,53). Sum of RGB (Red+Green+Blue) = 118+11+53=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #760B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B35 is #89F4CA. Grayscale: #2F2F2F. Windows color (decimal): -9041099 or 3476342. OLE color: 3476342.

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

Color convert

RGB1181153-
CMYK00.910.550.54
HSL336.45º82.95%25.29%-
HSV(B)336.45º90.68%46.27%-
XYZ8.234.353.77-
YUV47.78130.95178.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=64.84%
G=6.04%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118115300.910.550.54336.4582.9525.29
Hex76B3505B37361505319
Octal16613650133676652012331
Binary1110110101111010101011011110111110110101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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