#760568

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

Shades of Purple #760568

Tints of Purple #760568

Color information

#760568 (or 0x760568) is unknown color: approx Purple. HEX triplet: 76, 05 and 68. RGB value is (118,5,104). Sum of RGB (Red+Green+Blue) = 118+5+104=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #760568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760568 is #89FA97. Grayscale: #313131. Windows color (decimal): -9042584 or 6817142. OLE color: 6817142.

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

Color convert

RGB1185104-
CMYK00.960.120.54
HSL307.43º91.87%24.12%-
HSV(B)307.43º95.76%46.27%-
XYZ10.024.9613.53-
YUV50.07158.44176.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=51.98%
G=2.20%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118510400.960.120.54307.4391.8724.12
Hex76568060C361335c18
Octal16651500140146646313430
Binary11101101011101000011000001100110110100110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760568; }

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

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

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

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

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

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

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

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