#77023E

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

Shades of Tyrian Purple #77023E

Tints of Tyrian Purple #77023E

Color information

#77023E (or 0x77023E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 3E. RGB value is (119,2,62). Sum of RGB (Red+Green+Blue) = 119+2+62=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023E is #88FDC1. Grayscale: #2B2B2B. Windows color (decimal): -8977858 or 4063863. OLE color: 4063863.

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

Color convert

RGB119262-
CMYK00.980.480.53
HSL329.23º96.69%23.73%-
HSV(B)329.23º98.32%46.67%-
XYZ8.54.314.94-
YUV43.82138.26181.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=65.03%
G=1.09%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926200.980.480.53329.2396.6923.73
Hex7723E06230351496118
Octal1672760142606551114130
Binary11101111011111001100010110000110101101001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77023E; }

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

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

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

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

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

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

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

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