#760466

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

Shades of Purple #760466

Tints of Purple #760466

Color information

#760466 (or 0x760466) is unknown color: approx Purple. HEX triplet: 76, 04 and 66. RGB value is (118,4,102). Sum of RGB (Red+Green+Blue) = 118+4+102=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760466 is #89FB99. Grayscale: #303030. Windows color (decimal): -9042842 or 6685814. OLE color: 6685814.

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

Color convert

RGB1184102-
CMYK00.970.140.54
HSL308.42º93.44%23.92%-
HSV(B)308.42º96.61%46.27%-
XYZ9.914.912.99-
YUV49.26157.77177.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=52.68%
G=1.79%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118410200.970.140.54308.4293.4423.92
Hex76466061E361345d18
Octal16641460141166646413530
Binary11101101001100110011000011110110110100110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760466; }

 p { color: rgb(118,4,102); }

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

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

 a { background-color: rgb(118,4,102); }

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

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

 span { border-color: rgb(118,4,102); }

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