#760265

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

Shades of Purple #760265

Tints of Purple #760265

Color information

#760265 (or 0x760265) is unknown color: approx Purple. HEX triplet: 76, 02 and 65. RGB value is (118,2,101). Sum of RGB (Red+Green+Blue) = 118+2+101=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760265 is #89FD9A. Grayscale: #2F2F2F. Windows color (decimal): -9043355 or 6619766. OLE color: 6619766.

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

Color convert

RGB1182101-
CMYK00.980.140.54
HSL308.79º96.67%23.53%-
HSV(B)308.79º98.31%46.27%-
XYZ9.844.8312.73-
YUV47.97157.93177.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=53.39%
G=0.90%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118210100.980.140.54308.7996.6723.53
Hex76265062E361356118
Octal16621450142166646514130
Binary1110110101100101011000101110110110100110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760265; }

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

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

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

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

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

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

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

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