#77107D

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

Shades of Purple #77107D

Tints of Purple #77107D

Color information

#77107D (or 0x77107D) is unknown color: approx Purple. HEX triplet: 77, 10 and 7D. RGB value is (119,16,125). Sum of RGB (Red+Green+Blue) = 119+16+125=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #77107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77107D is #88EF82. Grayscale: #3A3A3A. Windows color (decimal): -8974211 or 8196215. OLE color: 8196215.

HSL color Cylindrical-coordinate representation of color #77107D: hue angle of 296.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77107D is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11916125-
CMYK0.050.8700.51
HSL296.7º77.3%27.65%-
HSV(B)296.7º87.2%49.02%-
XYZ11.495.7719.91-
YUV59.22165.12170.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=45.77%
G=6.15%
B=48.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119161250.050.8700.51296.777.327.65
Hex77107D5570331294d1c
Octal16720175512706345111534
Binary111011110000111110110110101110110011100101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77107D; }

 p { color: rgb(119,16,125); }

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

<style>
 a { background-color: #77107D; }

 a { background-color: rgb(119,16,125); }

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

<style>
 span { border-color: #77107D; }

 span { border-color: rgb(119,16,125); }

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