#760468

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

Shades of Purple #760468

Tints of Purple #760468

Color information

#760468 (or 0x760468) is unknown color: approx Purple. HEX triplet: 76, 04 and 68. RGB value is (118,4,104). Sum of RGB (Red+Green+Blue) = 118+4+104=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760468 is #89FB97. Grayscale: #313131. Windows color (decimal): -9042840 or 6816886. OLE color: 6816886.

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

Color convert

RGB1184104-
CMYK00.970.120.54
HSL307.37º93.44%23.92%-
HSV(B)307.37º96.61%46.27%-
XYZ10.014.9413.52-
YUV49.49158.77176.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=52.21%
G=1.77%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118410400.970.120.54307.3793.4423.92
Hex76468061C361335d18
Octal16641500141146646313530
Binary11101101001101000011000011100110110100110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760468; }

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

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

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

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

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

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

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

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