#753191

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

Shades of Vivid Violet #753191

Tints of Vivid Violet #753191

Color information

#753191 (or 0x753191) is unknown color: approx Vivid Violet. HEX triplet: 75, 31 and 91. RGB value is (117,49,145). Sum of RGB (Red+Green+Blue) = 117+49+145=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #753191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753191 is #8ACE6E. Grayscale: #4F4F4F. Windows color (decimal): -9096815 or 9515381. OLE color: 9515381.

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

Color convert

RGB11749145-
CMYK0.190.6600.43
HSL282.5º49.48%38.04%-
HSV(B)282.5º66.21%56.86%-
XYZ13.558.0227.62-
YUV80.28164.53154.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=37.62%
G=15.76%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117491450.190.6600.43282.549.4838.04
Hex753191134202B11a3126
Octal16561221231020534326146
Binary1110101110001100100011001110000100101011100011010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753191; }

 p { color: rgb(117,49,145); }

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

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

 a { background-color: rgb(117,49,145); }

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

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

 span { border-color: rgb(117,49,145); }

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