#770439

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

Shades of Tyrian Purple #770439

Tints of Tyrian Purple #770439

Color information

#770439 (or 0x770439) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 39. RGB value is (119,4,57). Sum of RGB (Red+Green+Blue) = 119+4+57=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #770439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770439 is #88FBC6. Grayscale: #2C2C2C. Windows color (decimal): -8977351 or 3736695. OLE color: 3736695.

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

Color convert

RGB119457-
CMYK00.970.520.53
HSL332.35º93.5%24.12%-
HSV(B)332.35º96.64%46.67%-
XYZ8.394.34.26-
YUV44.43135.1181.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=66.11%
G=2.22%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11945700.970.520.53332.3593.524.12
Hex77439061343514c5d18
Octal1674710141646551413530
Binary111011110011100101100001110100110101101001100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770439; }

 p { color: rgb(119,4,57); }

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

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

 a { background-color: rgb(119,4,57); }

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

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

 span { border-color: rgb(119,4,57); }

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