#761192

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

Shades of Purple #761192

Tints of Purple #761192

Color information

#761192 (or 0x761192) is unknown color: approx Purple. HEX triplet: 76, 11 and 92. RGB value is (118,17,146). Sum of RGB (Red+Green+Blue) = 118+17+146=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #761192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761192 is #89EE6D. Grayscale: #3D3D3D. Windows color (decimal): -9039470 or 9572726. OLE color: 9572726.

HSL color Cylindrical-coordinate representation of color #761192: hue angle of 286.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761192 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11817146-
CMYK0.190.8800.43
HSL286.98º79.14%31.96%-
HSV(B)286.98º88.36%57.25%-
XYZ12.866.3327.74-
YUV61.9175.46168.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=41.99%
G=6.05%
B=51.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118171460.190.8800.43286.9879.1431.96
Hex761192135802B11f4f20
Octal166212222313005343711740
Binary1110110100011001001010011101100001010111000111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761192; }

 p { color: rgb(118,17,146); }

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

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

 a { background-color: rgb(118,17,146); }

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

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

 span { border-color: rgb(118,17,146); }

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