#753987

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

Shades of Vivid Violet #753987

Tints of Vivid Violet #753987

Color information

#753987 (or 0x753987) is unknown color: approx Vivid Violet. HEX triplet: 75, 39 and 87. RGB value is (117,57,135). Sum of RGB (Red+Green+Blue) = 117+57+135=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #753987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753987 is #8AC678. Grayscale: #535353. Windows color (decimal): -9094777 or 8862069. OLE color: 8862069.

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

Color convert

RGB11757135-
CMYK0.130.5800.47
HSL286.15º40.62%37.65%-
HSV(B)286.15º57.78%52.94%-
XYZ13.178.4623.86-
YUV83.83156.88151.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=37.86%
G=18.45%
B=43.69%

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
Decimal117571350.130.5800.47286.1540.6237.65
Hex753987D3A02F11e2926
Octal1657120715720574365146
Binary11101011110011000011111011110100101111100011110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753987; }

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

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

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

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

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

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

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

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