#751882

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

Shades of Purple #751882

Tints of Purple #751882

Color information

#751882 (or 0x751882) is unknown color: approx Purple. HEX triplet: 75, 18 and 82. RGB value is (117,24,130). Sum of RGB (Red+Green+Blue) = 117+24+130=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #751882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751882 is #8AE77D. Grayscale: #3F3F3F. Windows color (decimal): -9103230 or 8525941. OLE color: 8525941.

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

Color convert

RGB11724130-
CMYK0.10.8200.49
HSL292.64º68.83%30.2%-
HSV(B)292.64º81.54%50.98%-
XYZ11.696.0521.67-
YUV63.89165.31165.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=43.17%
G=8.86%
B=47.97%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117241300.10.8200.49292.6468.8330.2
Hex751882A52031125451e
Octal165302021212206144510536
Binary11101011100010000010101010100100110001100100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751882; }

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

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

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

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

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

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

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

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