#760290

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

Shades of Purple #760290

Tints of Purple #760290

Color information

#760290 (or 0x760290) is unknown color: approx Purple. HEX triplet: 76, 02 and 90. RGB value is (118,2,144). Sum of RGB (Red+Green+Blue) = 118+2+144=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #760290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760290 is #89FD6F. Grayscale: #343434. Windows color (decimal): -9043312 or 9437814. OLE color: 9437814.

HSL color Cylindrical-coordinate representation of color #760290: hue angle of 289.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760290 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1182144-
CMYK0.180.9900.44
HSL289.01º97.26%28.63%-
HSV(B)289.01º98.61%56.47%-
XYZ12.535.9126.87-
YUV52.87179.43174.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=44.70%
G=0.76%
B=54.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11821440.180.9900.44289.0197.2628.63
Hex76290126302C121611d
Octal16622202214305444114135
Binary111011010100100001001011000110101100100100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760290; }

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

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

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

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

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

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

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

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