#770C3E

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

Shades of Tyrian Purple #770C3E

Tints of Tyrian Purple #770C3E

Color information

#770C3E (or 0x770C3E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 3E. RGB value is (119,12,62). Sum of RGB (Red+Green+Blue) = 119+12+62=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #770C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C3E is #88F3C1. Grayscale: #313131. Windows color (decimal): -8975298 or 4066423. OLE color: 4066423.

HSL color Cylindrical-coordinate representation of color #770C3E: hue angle of 331.96º 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 #770C3E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1191262-
CMYK00.900.480.53
HSL331.96º81.68%25.69%-
HSV(B)331.96º89.92%46.67%-
XYZ8.614.534.98-
YUV49.69134.95177.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=61.66%
G=6.22%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119126200.900.480.53331.9681.6825.69
Hex77C3E05A303514c521a
Octal16714760132606551412232
Binary1110111110011111001011010110000110101101001100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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