#770A3B

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

Shades of Tyrian Purple #770A3B

Tints of Tyrian Purple #770A3B

Color information

#770A3B (or 0x770A3B) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0A and 3B. RGB value is (119,10,59). Sum of RGB (Red+Green+Blue) = 119+10+59=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A3B is #88F5C4. Grayscale: #303030. Windows color (decimal): -8975813 or 3869303. OLE color: 3869303.

HSL color Cylindrical-coordinate representation of color #770A3B: hue angle of 333.03º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A3B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1191059-
CMYK00.920.500.53
HSL333.03º84.5%25.29%-
HSV(B)333.03º91.6%46.67%-
XYZ8.514.454.55-
YUV48.18134.11178.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=63.30%
G=5.32%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119105900.920.500.53333.0384.525.29
Hex77A3B05C323514d5419
Octal16712730134626551512431
Binary1110111101011101101011100110010110101101001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,10,59); }

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

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

 a { background-color: rgb(119,10,59); }

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

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

 span { border-color: rgb(119,10,59); }

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