#760264

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

Shades of Purple #760264

Tints of Purple #760264

Color information

#760264 (or 0x760264) is unknown color: approx Purple. HEX triplet: 76, 02 and 64. RGB value is (118,2,100). Sum of RGB (Red+Green+Blue) = 118+2+100=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760264 is #89FD9B. Grayscale: #2F2F2F. Windows color (decimal): -9043356 or 6554230. OLE color: 6554230.

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

Color convert

RGB1182100-
CMYK00.980.150.54
HSL309.31º96.67%23.53%-
HSV(B)309.31º98.31%46.27%-
XYZ9.794.8212.47-
YUV47.86157.43178.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=53.64%
G=0.91%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118210000.980.150.54309.3196.6723.53
Hex76264062F361356118
Octal16621440142176646514130
Binary1110110101100100011000101111110110100110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760264; }

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

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

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

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

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

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

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

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