#751194

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

Shades of Purple #751194

Tints of Purple #751194

Color information

#751194 (or 0x751194) is unknown color: approx Purple. HEX triplet: 75, 11 and 94. RGB value is (117,17,148). Sum of RGB (Red+Green+Blue) = 117+17+148=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #751194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751194 is #8AEE6B. Grayscale: #3D3D3D. Windows color (decimal): -9105004 or 9703797. OLE color: 9703797.

HSL color Cylindrical-coordinate representation of color #751194: hue angle of 285.8º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751194 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11717148-
CMYK0.210.8900.42
HSL285.8º79.39%32.35%-
HSV(B)285.8º88.51%58.04%-
XYZ12.886.3228.56-
YUV61.83176.63167.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 17 (7.03% from 255) = 6.03%
BLUE value IS 148 (58.20% from 255) = 52.48%
R=41.49%
G=6.03%
B=52.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117171480.210.8900.42285.879.3932.35
Hex751194155902A11e4f20
Octal165212242513105243611740
Binary1110101100011001010010101101100101010101000111101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751194; }

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

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

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

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

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

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

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

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