#770244

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

Shades of Tyrian Purple #770244

Tints of Tyrian Purple #770244

Color information

#770244 (or 0x770244) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 44. RGB value is (119,2,68). Sum of RGB (Red+Green+Blue) = 119+2+68=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #770244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770244 is #88FDBB. Grayscale: #2C2C2C. Windows color (decimal): -8977852 or 4457079. OLE color: 4457079.

HSL color Cylindrical-coordinate representation of color #770244: hue angle of 326.15º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770244 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB119268-
CMYK00.980.430.53
HSL326.15º96.69%23.73%-
HSV(B)326.15º98.32%46.67%-
XYZ8.674.385.86-
YUV44.51141.26181.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=62.96%
G=1.06%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926800.980.430.53326.1596.6923.73
Hex772440622B351466118
Octal16721040142536550614130
Binary111011110100010001100010101011110101101000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770244; }

 p { color: rgb(119,2,68); }

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

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

 a { background-color: rgb(119,2,68); }

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

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

 span { border-color: rgb(119,2,68); }

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