#760274

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

Shades of Purple #760274

Tints of Purple #760274

Color information

#760274 (or 0x760274) is unknown color: approx Purple. HEX triplet: 76, 02 and 74. RGB value is (118,2,116). Sum of RGB (Red+Green+Blue) = 118+2+116=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760274 is #89FD8B. Grayscale: #313131. Windows color (decimal): -9043340 or 7602806. OLE color: 7602806.

HSL color Cylindrical-coordinate representation of color #760274: hue angle of 301.03º 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 #760274 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB1182116-
CMYK00.980.020.54
HSL301.03º96.67%23.53%-
HSV(B)301.03º98.31%46.27%-
XYZ10.655.1616.96-
YUV49.68165.43176.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=50%
G=0.85%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211600.980.020.54301.0396.6723.53
Hex7627406223612d6118
Octal1662164014226645514130
Binary11101101011101000110001010110110100101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760274; }

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

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

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

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

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

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

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

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