#753F86

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

Shades of Vivid Violet #753F86

Tints of Vivid Violet #753F86

Color information

#753F86 (or 0x753F86) is unknown color: approx Vivid Violet. HEX triplet: 75, 3F and 86. RGB value is (117,63,134). Sum of RGB (Red+Green+Blue) = 117+63+134=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #753F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F86 is #8AC079. Grayscale: #575757. Windows color (decimal): -9093242 or 8798069. OLE color: 8798069.

HSL color Cylindrical-coordinate representation of color #753F86: hue angle of 285.63º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753F86 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11763134-
CMYK0.130.5300.47
HSL285.63º36.04%38.63%-
HSV(B)285.63º52.99%52.55%-
XYZ13.429.0623.6-
YUV87.24154.39149.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=37.26%
G=20.06%
B=42.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117631340.130.5300.47285.6336.0438.63
Hex753F86D3502F11e2427
Octal1657720615650574364447
Binary11101011111111000011011011101010101111100011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,134); }

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

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

 a { background-color: rgb(117,63,134); }

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

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

 span { border-color: rgb(117,63,134); }

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