#760272

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

Shades of Purple #760272

Tints of Purple #760272

Color information

#760272 (or 0x760272) is unknown color: approx Purple. HEX triplet: 76, 02 and 72. RGB value is (118,2,114). Sum of RGB (Red+Green+Blue) = 118+2+114=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760272 is #89FD8D. Grayscale: #313131. Windows color (decimal): -9043342 or 7471734. OLE color: 7471734.

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

Color convert

RGB1182114-
CMYK00.980.030.54
HSL302.07º96.67%23.53%-
HSV(B)302.07º98.31%46.27%-
XYZ10.535.1116.35-
YUV49.45164.43176.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=50.43%
G=0.85%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211400.980.030.54302.0796.6723.53
Hex7627206233612e6118
Octal1662162014236645614130
Binary11101101011100100110001011110110100101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760272; }

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

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

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

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

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

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

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

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