#77013F

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

Shades of Tyrian Purple #77013F

Tints of Tyrian Purple #77013F

Color information

#77013F (or 0x77013F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 01 and 3F. RGB value is (119,1,63). Sum of RGB (Red+Green+Blue) = 119+1+63=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77013F is #88FEC0. Grayscale: #2B2B2B. Windows color (decimal): -8978113 or 4129143. OLE color: 4129143.

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

Color convert

RGB119163-
CMYK00.990.470.53
HSL328.47º98.33%23.53%-
HSV(B)328.47º99.16%46.67%-
XYZ8.524.35.08-
YUV43.35139.09181.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 63 (25% from 255) = 34.43%
R=65.03%
G=0.55%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11916300.990.470.53328.4798.3323.53
Hex7713F0632F351486218
Octal1671770143576551014230
Binary1110111111111101100011101111110101101001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,1,63); }

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

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

 a { background-color: rgb(119,1,63); }

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

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

 span { border-color: rgb(119,1,63); }

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