#770C37

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

Shades of Tyrian Purple #770C37

Tints of Tyrian Purple #770C37

Color information

#770C37 (or 0x770C37) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 37. RGB value is (119,12,55). Sum of RGB (Red+Green+Blue) = 119+12+55=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #770C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C37 is #88F3C8. Grayscale: #303030. Windows color (decimal): -8975305 or 3607671. OLE color: 3607671.

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

Color convert

RGB1191255-
CMYK00.900.540.53
HSL335.89º81.68%25.69%-
HSV(B)335.89º89.92%46.67%-
XYZ8.434.464.03-
YUV48.9131.45178-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=63.98%
G=6.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119125500.900.540.53335.8981.6825.69
Hex77C3705A3635150521a
Octal16714670132666552012232
Binary1110111110011011101011010110110110101101010000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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