#77017E

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

Shades of Purple #77017E

Tints of Purple #77017E

Color information

#77017E (or 0x77017E) is unknown color: approx Purple. HEX triplet: 77, 01 and 7E. RGB value is (119,1,126). Sum of RGB (Red+Green+Blue) = 119+1+126=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #77017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77017E is #88FE81. Grayscale: #323232. Windows color (decimal): -8978050 or 8257911. OLE color: 8257911.

HSL color Cylindrical-coordinate representation of color #77017E: hue angle of 296.64º 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 #77017E is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1191126-
CMYK0.060.9900.51
HSL296.64º98.43%24.9%-
HSV(B)296.64º99.21%49.41%-
XYZ11.385.4520.19-
YUV50.53170.59176.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=48.37%
G=0.41%
B=51.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11911260.060.9900.51296.6498.4324.9
Hex7717E6630331296219
Octal1671176614306345114231
Binary11101111111111011011000110110011100101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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