#753391

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

Shades of Vivid Violet #753391

Tints of Vivid Violet #753391

Color information

#753391 (or 0x753391) is unknown color: approx Vivid Violet. HEX triplet: 75, 33 and 91. RGB value is (117,51,145). Sum of RGB (Red+Green+Blue) = 117+51+145=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #753391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753391 is #8ACC6E. Grayscale: #515151. Windows color (decimal): -9096303 or 9515893. OLE color: 9515893.

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

Color convert

RGB11751145-
CMYK0.190.6500.43
HSL282.13º47.96%38.43%-
HSV(B)282.13º64.83%56.86%-
XYZ13.638.1927.65-
YUV81.45163.87153.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=37.38%
G=16.29%
B=46.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117511450.190.6500.43282.1347.9638.43
Hex753391134102B11a3026
Octal16563221231010534326046
Binary1110101110011100100011001110000010101011100011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753391; }

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

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

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

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

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

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

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

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