#77017C

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

Shades of Purple #77017C

Tints of Purple #77017C

Color information

#77017C (or 0x77017C) is unknown color: approx Purple. HEX triplet: 77, 01 and 7C. RGB value is (119,1,124). Sum of RGB (Red+Green+Blue) = 119+1+124=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #77017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77017C is #88FE83. Grayscale: #313131. Windows color (decimal): -8978052 or 8126839. OLE color: 8126839.

HSL color Cylindrical-coordinate representation of color #77017C: hue angle of 297.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77017C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1191124-
CMYK0.040.9900.51
HSL297.56º98.4%24.51%-
HSV(B)297.56º99.19%48.63%-
XYZ11.265.419.52-
YUV50.3169.59177-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=48.77%
G=0.41%
B=50.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11911240.040.9900.51297.5698.424.51
Hex7717C46303312a6219
Octal1671174414306345214231
Binary11101111111110010011000110110011100101010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77017C; }

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

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

<style>
 a { background-color: #77017C; }

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

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

<style>
 span { border-color: #77017C; }

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

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