#751682

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

Shades of Purple #751682

Tints of Purple #751682

Color information

#751682 (or 0x751682) is unknown color: approx Purple. HEX triplet: 75, 16 and 82. RGB value is (117,22,130). Sum of RGB (Red+Green+Blue) = 117+22+130=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #751682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751682 is #8AE97D. Grayscale: #3E3E3E. Windows color (decimal): -9103742 or 8525429. OLE color: 8525429.

HSL color Cylindrical-coordinate representation of color #751682: hue angle of 292.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751682 is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11722130-
CMYK0.10.8300.49
HSL292.78º71.05%29.8%-
HSV(B)292.78º83.08%50.98%-
XYZ11.655.9721.66-
YUV62.72165.97166.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=43.49%
G=8.18%
B=48.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117221300.10.8300.49292.7871.0529.8
Hex751682A53031125471e
Octal165262021212306144510736
Binary11101011011010000010101010100110110001100100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751682; }

 p { color: rgb(117,22,130); }

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

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

 a { background-color: rgb(117,22,130); }

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

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

 span { border-color: rgb(117,22,130); }

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