#77024F

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

Shades of Tyrian Purple #77024F

Tints of Tyrian Purple #77024F

Color information

#77024F (or 0x77024F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 4F. RGB value is (119,2,79). Sum of RGB (Red+Green+Blue) = 119+2+79=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77024F is #88FDB0. Grayscale: #2D2D2D. Windows color (decimal): -8977841 or 5177975. OLE color: 5177975.

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

Color convert

RGB119279-
CMYK00.980.340.53
HSL320.51º96.69%23.73%-
HSV(B)320.51º98.32%46.67%-
XYZ9.044.537.79-
YUV45.76146.76180.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=59.5%
G=1%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11927900.980.340.53320.5196.6923.73
Hex7724F06222351416118
Octal16721170142426550114130
Binary111011110100111101100010100010110101101000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77024F; }

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

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

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

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

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

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

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

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