#761472

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

Shades of Dark Purple #761472

Tints of Dark Purple #761472

Color information

#761472 (or 0x761472) is unknown color: approx Dark Purple. HEX triplet: 76, 14 and 72. RGB value is (118,20,114). Sum of RGB (Red+Green+Blue) = 118+20+114=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761472 is #89EB8D. Grayscale: #3B3B3B. Windows color (decimal): -9038734 or 7476342. OLE color: 7476342.

HSL color Cylindrical-coordinate representation of color #761472: hue angle of 302.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761472 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11820114-
CMYK00.830.030.54
HSL302.45º71.01%27.06%-
HSV(B)302.45º83.05%46.27%-
XYZ10.765.5716.43-
YUV60.02158.47169.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=46.83%
G=7.94%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182011400.830.030.54302.4571.0127.06
Hex76147205333612e471b
Octal16624162012336645610733
Binary11101101010011100100101001111110110100101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761472; }

 p { color: rgb(118,20,114); }

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

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

 a { background-color: rgb(118,20,114); }

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

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

 span { border-color: rgb(118,20,114); }

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