#750B95

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

Shades of Purple #750B95

Tints of Purple #750B95

Color information

#750B95 (or 0x750B95) is unknown color: approx Purple. HEX triplet: 75, 0B and 95. RGB value is (117,11,149). Sum of RGB (Red+Green+Blue) = 117+11+149=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #750B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B95 is #8AF46A. Grayscale: #393939. Windows color (decimal): -9106539 or 9767797. OLE color: 9767797.

HSL color Cylindrical-coordinate representation of color #750B95: hue angle of 286.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750B95 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11711149-
CMYK0.210.9300.42
HSL286.09º86.25%31.37%-
HSV(B)286.09º92.62%58.43%-
XYZ12.886.1928.95-
YUV58.43179.12169.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=42.24%
G=3.97%
B=53.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117111490.210.9300.42286.0986.2531.37
Hex75B95155D02A11e561f
Octal165132252513505243612637
Binary11101011011100101011010110111010101010100011110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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