#760472

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

Shades of Purple #760472

Tints of Purple #760472

Color information

#760472 (or 0x760472) is unknown color: approx Purple. HEX triplet: 76, 04 and 72. RGB value is (118,4,114). Sum of RGB (Red+Green+Blue) = 118+4+114=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760472 is #89FB8D. Grayscale: #323232. Windows color (decimal): -9042830 or 7472246. OLE color: 7472246.

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

Color convert

RGB1184114-
CMYK00.970.030.54
HSL302.11º93.44%23.92%-
HSV(B)302.11º96.61%46.27%-
XYZ10.555.1516.36-
YUV50.63163.77176.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=50%
G=1.69%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118411400.970.030.54302.1193.4423.92
Hex7647206133612e5d18
Octal1664162014136645613530
Binary111011010011100100110000111110110100101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760472; }

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

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

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

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

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

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

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

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