#76256F

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

Shades of Dark Purple #76256F

Tints of Dark Purple #76256F

Color information

#76256F (or 0x76256F) is unknown color: approx Dark Purple. HEX triplet: 76, 25 and 6F. RGB value is (118,37,111). Sum of RGB (Red+Green+Blue) = 118+37+111=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256F is #89DA90. Grayscale: #454545. Windows color (decimal): -9034385 or 7284086. OLE color: 7284086.

HSL color Cylindrical-coordinate representation of color #76256F: hue angle of 305.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76256F is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11837111-
CMYK00.690.060.54
HSL305.19º52.26%30.39%-
HSV(B)305.19º68.64%46.27%-
XYZ116.3215.68-
YUV69.65151.34162.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=44.36%
G=13.91%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183711100.690.060.54305.1952.2630.39
Hex76256F045636131341e
Octal1664515701056664616436
Binary111011010010111011110100010111011011010011000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,37,111); }

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

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

 a { background-color: rgb(118,37,111); }

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

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

 span { border-color: rgb(118,37,111); }

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