#770845

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

Shades of Tyrian Purple #770845

Tints of Tyrian Purple #770845

Color information

#770845 (or 0x770845) is unknown color: approx Tyrian Purple. HEX triplet: 77, 08 and 45. RGB value is (119,8,69). Sum of RGB (Red+Green+Blue) = 119+8+69=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770845 is #88F7BA. Grayscale: #303030. Windows color (decimal): -8976315 or 4524151. OLE color: 4524151.

HSL color Cylindrical-coordinate representation of color #770845: hue angle of 327.03º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770845 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB119869-
CMYK00.930.420.53
HSL327.03º87.4%24.9%-
HSV(B)327.03º93.28%46.67%-
XYZ8.774.536.04-
YUV48.14139.77178.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=60.71%
G=4.08%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11986900.930.420.53327.0387.424.9
Hex7784505D2A351475719
Octal167101050135526550712731
Binary11101111000100010101011101101010110101101000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770845; }

 p { color: rgb(119,8,69); }

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

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

 a { background-color: rgb(119,8,69); }

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

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

 span { border-color: rgb(119,8,69); }

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