#753F85

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

Shades of Vivid Violet #753F85

Tints of Vivid Violet #753F85

Color information

#753F85 (or 0x753F85) is unknown color: approx Vivid Violet. HEX triplet: 75, 3F and 85. RGB value is (117,63,133). Sum of RGB (Red+Green+Blue) = 117+63+133=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #753F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F85 is #8AC07A. Grayscale: #565656. Windows color (decimal): -9093243 or 8732533. OLE color: 8732533.

HSL color Cylindrical-coordinate representation of color #753F85: hue angle of 286.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753F85 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11763133-
CMYK0.120.5300.48
HSL286.29º35.71%38.43%-
HSV(B)286.29º52.63%52.16%-
XYZ13.359.0323.23-
YUV87.13153.89149.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=37.38%
G=20.13%
B=42.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117631330.120.5300.48286.2935.7138.43
Hex753F85C3503011e2426
Octal1657720514650604364446
Binary11101011111111000010111001101010110000100011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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