#750C94

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

Shades of Purple #750C94

Tints of Purple #750C94

Color information

#750C94 (or 0x750C94) is unknown color: approx Purple. HEX triplet: 75, 0C and 94. RGB value is (117,12,148). Sum of RGB (Red+Green+Blue) = 117+12+148=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #750C94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750C94 is #8AF36B. Grayscale: #3A3A3A. Windows color (decimal): -9106284 or 9702517. OLE color: 9702517.

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

Color convert

RGB11712148-
CMYK0.210.9200.42
HSL286.32º85%31.37%-
HSV(B)286.32º91.89%58.04%-
XYZ12.816.1828.54-
YUV58.9178.29169.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=42.24%
G=4.33%
B=53.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117121480.210.9200.42286.328531.37
Hex75C94155C02A11e551f
Octal165142242513405243612537
Binary11101011100100101001010110111000101010100011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,148); }

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

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

 a { background-color: rgb(117,12,148); }

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

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

 span { border-color: rgb(117,12,148); }

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