#753891

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

Shades of Vivid Violet #753891

Tints of Vivid Violet #753891

Color information

#753891 (or 0x753891) is unknown color: approx Vivid Violet. HEX triplet: 75, 38 and 91. RGB value is (117,56,145). Sum of RGB (Red+Green+Blue) = 117+56+145=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #753891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753891 is #8AC76E. Grayscale: #545454. Windows color (decimal): -9095023 or 9517173. OLE color: 9517173.

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

Color convert

RGB11756145-
CMYK0.190.6100.43
HSL281.12º44.28%39.41%-
HSV(B)281.12º61.38%56.86%-
XYZ13.868.6527.73-
YUV84.38162.21151.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=36.79%
G=17.61%
B=45.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117561450.190.6100.43281.1244.2839.41
Hex753891133D02B1192c27
Octal1657022123750534315447
Binary111010111100010010001100111111010101011100011001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753891; }

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

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

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

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

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

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

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

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