#77023A

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

Shades of Tyrian Purple #77023A

Tints of Tyrian Purple #77023A

Color information

#77023A (or 0x77023A) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 3A. RGB value is (119,2,58). Sum of RGB (Red+Green+Blue) = 119+2+58=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023A is #88FDC5. Grayscale: #2B2B2B. Windows color (decimal): -8977862 or 3801719. OLE color: 3801719.

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

Color convert

RGB119258-
CMYK00.980.510.53
HSL331.28º96.69%23.73%-
HSV(B)331.28º98.32%46.67%-
XYZ8.394.274.38-
YUV43.37136.26181.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=66.48%
G=1.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11925800.980.510.53331.2896.6923.73
Hex7723A062333514b6118
Octal1672720142636551314130
Binary11101111011101001100010110011110101101001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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