#750B82

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

Shades of Purple #750B82

Tints of Purple #750B82

Color information

#750B82 (or 0x750B82) is unknown color: approx Purple. HEX triplet: 75, 0B and 82. RGB value is (117,11,130). Sum of RGB (Red+Green+Blue) = 117+11+130=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #750B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B82 is #8AF47D. Grayscale: #373737. Windows color (decimal): -9106558 or 8522613. OLE color: 8522613.

HSL color Cylindrical-coordinate representation of color #750B82: hue angle of 293.45º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750B82 is Cyan = 0.1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11711130-
CMYK0.10.9200.49
HSL293.45º84.4%27.65%-
HSV(B)293.45º91.54%50.98%-
XYZ11.495.6321.6-
YUV56.26169.62171.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=45.35%
G=4.26%
B=50.39%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117111300.10.9200.49293.4584.427.65
Hex75B82A5C031125541c
Octal165132021213406144512434
Binary1110101101110000010101010111000110001100100101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750B82; }

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

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

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

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

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

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

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

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