#76246F

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

Shades of Dark Purple #76246F

Tints of Dark Purple #76246F

Color information

#76246F (or 0x76246F) is unknown color: approx Dark Purple. HEX triplet: 76, 24 and 6F. RGB value is (118,36,111). Sum of RGB (Red+Green+Blue) = 118+36+111=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246F is #89DB90. Grayscale: #444444. Windows color (decimal): -9034641 or 7283830. OLE color: 7283830.

HSL color Cylindrical-coordinate representation of color #76246F: hue angle of 305.12º degrees, saturation: 0.53, 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 #76246F is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11836111-
CMYK00.690.060.54
HSL305.12º53.25%30.2%-
HSV(B)305.12º69.49%46.27%-
XYZ10.976.2615.67-
YUV69.07151.67162.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=44.53%
G=13.58%
B=41.89%

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
Decimal1183611100.690.060.54305.1253.2530.2
Hex76246F045636131351e
Octal1664415701056664616536
Binary111011010010011011110100010111011011010011000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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