#770240

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

Shades of Tyrian Purple #770240

Tints of Tyrian Purple #770240

Color information

#770240 (or 0x770240) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 40. RGB value is (119,2,64). Sum of RGB (Red+Green+Blue) = 119+2+64=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770240 is #88FDBF. Grayscale: #2B2B2B. Windows color (decimal): -8977856 or 4194935. OLE color: 4194935.

HSL color Cylindrical-coordinate representation of color #770240: hue angle of 328.21º 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 #770240 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB119264-
CMYK00.980.460.53
HSL328.21º96.69%23.73%-
HSV(B)328.21º98.32%46.67%-
XYZ8.554.345.24-
YUV44.05139.26181.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=64.32%
G=1.08%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926400.980.460.53328.2196.6923.73
Hex772400622E351486118
Octal16721000142566551014130
Binary111011110100000001100010101110110101101001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770240; }

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

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

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

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

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

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

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

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