#77046E

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

Shades of Purple #77046E

Tints of Purple #77046E

Color information

#77046E (or 0x77046E) is unknown color: approx Purple. HEX triplet: 77, 04 and 6E. RGB value is (119,4,110). Sum of RGB (Red+Green+Blue) = 119+4+110=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77046E is #88FB91. Grayscale: #323232. Windows color (decimal): -8977298 or 7210103. OLE color: 7210103.

HSL color Cylindrical-coordinate representation of color #77046E: hue angle of 304.7º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77046E is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1194110-
CMYK00.970.080.53
HSL304.7º93.5%24.12%-
HSV(B)304.7º96.64%46.67%-
XYZ10.475.1315.19-
YUV50.47161.6176.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=51.07%
G=1.72%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119411000.970.080.53304.793.524.12
Hex7746E0618351315d18
Octal16741560141106546113530
Binary11101111001101110011000011000110101100110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,4,110); }

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

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

 a { background-color: rgb(119,4,110); }

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

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

 span { border-color: rgb(119,4,110); }

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