#750662

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

Shades of Purple #750662

Tints of Purple #750662

Color information

#750662 (or 0x750662) is unknown color: approx Purple. HEX triplet: 75, 06 and 62. RGB value is (117,6,98). Sum of RGB (Red+Green+Blue) = 117+6+98=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #750662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750662 is #8AF99D. Grayscale: #313131. Windows color (decimal): -9107870 or 6424181. OLE color: 6424181.

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

Color convert

RGB117698-
CMYK00.950.160.54
HSL310.27º90.24%24.12%-
HSV(B)310.27º94.87%45.88%-
XYZ9.614.7911.97-
YUV49.68155.27176.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=52.94%
G=2.71%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11769800.950.160.54310.2790.2424.12
Hex7566205F10361365a18
Octal16561420137206646613230
Binary111010111011000100101111110000110110100110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750662; }

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

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

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

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

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

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

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

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