#753886

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

Shades of Vivid Violet #753886

Tints of Vivid Violet #753886

Color information

#753886 (or 0x753886) is unknown color: approx Vivid Violet. HEX triplet: 75, 38 and 86. RGB value is (117,56,134). Sum of RGB (Red+Green+Blue) = 117+56+134=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #753886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753886 is #8AC779. Grayscale: #525252. Windows color (decimal): -9095034 or 8796277. OLE color: 8796277.

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

Color convert

RGB11756134-
CMYK0.130.5800.47
HSL286.92º41.05%37.25%-
HSV(B)286.92º58.21%52.55%-
XYZ13.058.3323.47-
YUV83.13156.71152.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=38.11%
G=18.24%
B=43.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117561340.130.5800.47286.9241.0537.25
Hex753886D3A02F11f2925
Octal1657020615720574375145
Binary11101011110001000011011011110100101111100011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753886; }

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

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

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

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

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

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

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

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