#750966

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

Shades of Purple #750966

Tints of Purple #750966

Color information

#750966 (or 0x750966) is unknown color: approx Purple. HEX triplet: 75, 09 and 66. RGB value is (117,9,102). Sum of RGB (Red+Green+Blue) = 117+9+102=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #750966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750966 is #8AF699. Grayscale: #333333. Windows color (decimal): -9107098 or 6687093. OLE color: 6687093.

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

Color convert

RGB1179102-
CMYK00.920.130.54
HSL308.33º85.71%24.71%-
HSV(B)308.33º92.31%45.88%-
XYZ9.834.9413.01-
YUV51.89156.28174.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=51.32%
G=3.95%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117910200.920.130.54308.3385.7124.71
Hex7596605CD361345619
Octal165111460134156646412631
Binary111010110011100110010111001101110110100110100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750966; }

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

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

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

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

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

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

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

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