#750666

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

Shades of Purple #750666

Tints of Purple #750666

Color information

#750666 (or 0x750666) is unknown color: approx Purple. HEX triplet: 75, 06 and 66. RGB value is (117,6,102). Sum of RGB (Red+Green+Blue) = 117+6+102=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750666 is #8AF999. Grayscale: #313131. Windows color (decimal): -9107866 or 6686325. OLE color: 6686325.

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

Color convert

RGB1176102-
CMYK00.950.130.54
HSL308.11º90.24%24.12%-
HSV(B)308.11º94.87%45.88%-
XYZ9.84.8712.99-
YUV50.13157.27175.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=52%
G=2.67%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117610200.950.130.54308.1190.2424.12
Hex7566605FD361345a18
Octal16561460137156646413230
Binary11101011101100110010111111101110110100110100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750666; }

 p { color: rgb(117,6,102); }

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

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

 a { background-color: rgb(117,6,102); }

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

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

 span { border-color: rgb(117,6,102); }

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