#770C50

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

Shades of Tyrian Purple #770C50

Tints of Tyrian Purple #770C50

Color information

#770C50 (or 0x770C50) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 50. RGB value is (119,12,80). Sum of RGB (Red+Green+Blue) = 119+12+80=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #770C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C50 is #88F3AF. Grayscale: #333333. Windows color (decimal): -8975280 or 5246071. OLE color: 5246071.

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

Color convert

RGB1191280-
CMYK00.900.330.53
HSL321.87º81.68%25.69%-
HSV(B)321.87º89.92%46.67%-
XYZ9.194.768.02-
YUV51.74143.95175.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=56.40%
G=5.69%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119128000.900.330.53321.8781.6825.69
Hex77C5005A2135142521a
Octal167141200132416550212232
Binary11101111100101000001011010100001110101101000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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