#762671

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

Shades of Dark Purple #762671

Tints of Dark Purple #762671

Color information

#762671 (or 0x762671) is unknown color: approx Dark Purple. HEX triplet: 76, 26 and 71. RGB value is (118,38,113). Sum of RGB (Red+Green+Blue) = 118+38+113=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #762671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762671 is #89D98E. Grayscale: #464646. Windows color (decimal): -9034127 or 7415414. OLE color: 7415414.

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

Color convert

RGB11838113-
CMYK00.680.040.54
HSL303.75º51.28%30.59%-
HSV(B)303.75º67.8%46.27%-
XYZ11.146.4316.28-
YUV70.47152161.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=43.87%
G=14.13%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183811300.680.040.54303.7551.2830.59
Hex762671044436130331f
Octal1664616101044664606337
Binary111011010011011100010100010010011011010011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762671; }

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

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

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

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

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

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

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

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