#770C47

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

Shades of Tyrian Purple #770C47

Tints of Tyrian Purple #770C47

Color information

#770C47 (or 0x770C47) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 47. RGB value is (119,12,71). Sum of RGB (Red+Green+Blue) = 119+12+71=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #770C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C47 is #88F3B8. Grayscale: #323232. Windows color (decimal): -8975289 or 4656247. OLE color: 4656247.

HSL color Cylindrical-coordinate representation of color #770C47: hue angle of 326.92º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C47 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1191271-
CMYK00.900.400.53
HSL326.92º81.68%25.69%-
HSV(B)326.92º89.92%46.67%-
XYZ8.884.646.39-
YUV50.72139.45176.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=58.91%
G=5.94%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119127100.900.400.53326.9281.6825.69
Hex77C4705A2835147521a
Octal167141070132506550712232
Binary11101111100100011101011010101000110101101000111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770C47; }

 p { color: rgb(119,12,71); }

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

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

 a { background-color: rgb(119,12,71); }

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

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

 span { border-color: rgb(119,12,71); }

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