#762771

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

Shades of Dark Purple #762771

Tints of Dark Purple #762771

Color information

#762771 (or 0x762771) is unknown color: approx Dark Purple. HEX triplet: 76, 27 and 71. RGB value is (118,39,113). Sum of RGB (Red+Green+Blue) = 118+39+113=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762771 is #89D88E. Grayscale: #464646. Windows color (decimal): -9033871 or 7415670. OLE color: 7415670.

HSL color Cylindrical-coordinate representation of color #762771: hue angle of 303.8º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762771 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11839113-
CMYK00.670.040.54
HSL303.8º50.32%30.78%-
HSV(B)303.8º66.95%46.27%-
XYZ11.186.4916.29-
YUV71.06151.67161.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=43.70%
G=14.44%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183911300.670.040.54303.850.3230.78
Hex762771043436130321f
Octal1664716101034664606237
Binary111011010011111100010100001110011011010011000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762771; }

 p { color: rgb(118,39,113); }

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

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

 a { background-color: rgb(118,39,113); }

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

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

 span { border-color: rgb(118,39,113); }

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