#76207F

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

Shades of Dark Purple #76207F

Tints of Dark Purple #76207F

Color information

#76207F (or 0x76207F) is unknown color: approx Dark Purple. HEX triplet: 76, 20 and 7F. RGB value is (118,32,127). Sum of RGB (Red+Green+Blue) = 118+32+127=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #76207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76207F is #89DF80. Grayscale: #444444. Windows color (decimal): -9035649 or 8331382. OLE color: 8331382.

HSL color Cylindrical-coordinate representation of color #76207F: hue angle of 294.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76207F is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11832127-
CMYK0.070.7500.50
HSL294.32º59.75%31.18%-
HSV(B)294.32º74.8%49.8%-
XYZ11.826.4220.69-
YUV68.54160.99163.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 127 (50% from 255) = 45.85%
R=42.60%
G=11.55%
B=45.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118321270.070.7500.50294.3259.7531.18
Hex76207F74B0321263c1f
Octal1664017771130624467437
Binary111011010000011111111111001011011001010010011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,32,127); }

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

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

 a { background-color: rgb(118,32,127); }

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

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

 span { border-color: rgb(118,32,127); }

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