#77016f

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

Shades of Purple #77016F

Tints of Purple #77016F

Color information

#77016F (or 0x77016F) is unknown color: approx Purple. HEX triplet: 77, 01 and 6F. RGB value is (119,1,111). Sum of RGB (Red+Green+Blue) = 119+1+111=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016F is #88FE90. Grayscale: #303030. Windows color (decimal): -8978065 or 7274871. OLE color: 7274871.

HSL color Cylindrical-coordinate representation of color #77016F: hue angle of 304.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77016F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB1191111-
CMYK00.990.070.53
HSL304.07º98.33%23.53%-
HSV(B)304.07º99.16%46.67%-
XYZ10.495.0915.47-
YUV48.82163.09178.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=51.52%
G=0.43%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111100.990.070.53304.0798.3323.53
Hex7716F0637351306218
Octal1671157014376546014230
Binary11101111110111101100011111110101100110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77016f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77016f; }

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

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

<style>
 a { background-color: #77016f; }

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

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

<style>
 span { border-color: #77016f; }

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

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