#753994

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

Shades of Vivid Violet #753994

Tints of Vivid Violet #753994

Color information

#753994 (or 0x753994) is unknown color: approx Vivid Violet. HEX triplet: 75, 39 and 94. RGB value is (117,57,148). Sum of RGB (Red+Green+Blue) = 117+57+148=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #753994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753994 is #8AC66B. Grayscale: #555555. Windows color (decimal): -9094764 or 9714037. OLE color: 9714037.

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

Color convert

RGB11757148-
CMYK0.210.6100.42
HSL279.56º44.39%40.2%-
HSV(B)279.56º61.49%58.04%-
XYZ14.148.8528.98-
YUV85.31163.38150.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=36.34%
G=17.70%
B=45.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117571480.210.6100.42279.5644.3940.2
Hex753994153D02A1182c28
Octal1657122425750524305450
Binary111010111100110010100101011111010101010100011000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753994; }

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

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

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

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

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

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

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

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