#77003f

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

Shades of Tyrian Purple #77003F

Tints of Tyrian Purple #77003F

Color information

#77003F (or 0x77003F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 3F. RGB value is (119,0,63). Sum of RGB (Red+Green+Blue) = 119+0+63=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77003F is #88FFC0. Grayscale: #2A2A2A. Windows color (decimal): -8978369 or 4128887. OLE color: 4128887.

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

Color convert

RGB119063-
CMYK010.470.53
HSL328.24º100%23.33%-
HSV(B)328.24º100%46.67%-
XYZ8.54.285.08-
YUV42.76139.42182.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 34.62%
R=65.38%
G=0%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119063010.470.53328.2410023.33
Hex7703F0642F351486417
Octal1670770144576551014427
Binary1110111011111101100100101111110101101001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77003f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77003f; }

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

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

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

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

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

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

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

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