#77006F

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

Shades of Purple #77006F

Tints of Purple #77006F

Color information

#77006F (or 0x77006F) is unknown color: approx Purple. HEX triplet: 77, 00 and 6F. RGB value is (119,0,111). Sum of RGB (Red+Green+Blue) = 119+0+111=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77006F is #88FF90. Grayscale: #2F2F2F. Windows color (decimal): -8978321 or 7274615. OLE color: 7274615.

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

Color convert

RGB1190111-
CMYK010.070.53
HSL304.03º100%23.33%-
HSV(B)304.03º100%46.67%-
XYZ10.485.0715.47-
YUV48.24163.42178.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=51.74%
G=0%
B=48.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190111010.070.53304.0310023.33
Hex7706F0647351306417
Octal1670157014476546014427
Binary11101110110111101100100111110101100110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77006F; }

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

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

<style>
 a { background-color: #77006F; }

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

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

<style>
 span { border-color: #77006F; }

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

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