#753A91

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

Shades of Vivid Violet #753A91

Tints of Vivid Violet #753A91

Color information

#753A91 (or 0x753A91) is unknown color: approx Vivid Violet. HEX triplet: 75, 3A and 91. RGB value is (117,58,145). Sum of RGB (Red+Green+Blue) = 117+58+145=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #753A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753A91 is #8AC56E. Grayscale: #555555. Windows color (decimal): -9094511 or 9517685. OLE color: 9517685.

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

Color convert

RGB11758145-
CMYK0.190.600.43
HSL280.69º42.86%39.8%-
HSV(B)280.69º60%56.86%-
XYZ13.968.8527.76-
YUV85.56161.55150.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=36.56%
G=18.12%
B=45.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117581450.190.600.43280.6942.8639.8
Hex753A91133C02B1192b28
Octal1657222123740534315350
Binary111010111101010010001100111111000101011100011001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A91; }

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

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

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

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

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

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

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

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