#770C41

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

Shades of Tyrian Purple #770C41

Tints of Tyrian Purple #770C41

Color information

#770C41 (or 0x770C41) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 41. RGB value is (119,12,65). Sum of RGB (Red+Green+Blue) = 119+12+65=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C41 is #88F3BE. Grayscale: #313131. Windows color (decimal): -8975295 or 4263031. OLE color: 4263031.

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

Color convert

RGB1191265-
CMYK00.900.450.53
HSL330.28º81.68%25.69%-
HSV(B)330.28º89.92%46.67%-
XYZ8.694.575.42-
YUV50.04136.45177.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 12 (5.08% from 255) = 6.12%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=60.71%
G=6.12%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119126500.900.450.53330.2881.6825.69
Hex77C4105A2D3514a521a
Octal167141010132556551212232
Binary11101111100100000101011010101101110101101001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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