#770D6F

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

Shades of Purple #770D6F

Tints of Purple #770D6F

Color information

#770D6F (or 0x770D6F) is unknown color: approx Purple. HEX triplet: 77, 0D and 6F. RGB value is (119,13,111). Sum of RGB (Red+Green+Blue) = 119+13+111=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #770D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D6F is #88F290. Grayscale: #373737. Windows color (decimal): -8974993 or 7277943. OLE color: 7277943.

HSL color Cylindrical-coordinate representation of color #770D6F: hue angle of 304.53º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D6F is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11913111-
CMYK00.890.070.53
HSL304.53º80.3%25.88%-
HSV(B)304.53º89.08%46.67%-
XYZ10.625.3615.51-
YUV55.87159.12173.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 13 (5.47% from 255) = 5.35%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=48.97%
G=5.35%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191311100.890.070.53304.5380.325.88
Hex77D6F059735131501a
Octal16715157013176546112032
Binary11101111101110111101011001111110101100110001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770D6F; }

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

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

<style>
 a { background-color: #770D6F; }

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

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

<style>
 span { border-color: #770D6F; }

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

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