#753595

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

Shades of Vivid Violet #753595

Tints of Vivid Violet #753595

Color information

#753595 (or 0x753595) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 95. RGB value is (117,53,149). Sum of RGB (Red+Green+Blue) = 117+53+149=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #753595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753595 is #8ACA6A. Grayscale: #525252. Windows color (decimal): -9095787 or 9778549. OLE color: 9778549.

HSL color Cylindrical-coordinate representation of color #753595: hue angle of 280º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753595 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11753149-
CMYK0.210.6400.42
HSL280º47.52%39.61%-
HSV(B)280º64.43%58.43%-
XYZ14.038.529.33-
YUV83.08165.2152.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=36.68%
G=16.61%
B=46.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117531490.210.6400.4228047.5239.61
Hex753595154002A1183028
Octal16565225251000524306050
Binary1110101110101100101011010110000000101010100011000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753595; }

 p { color: rgb(117,53,149); }

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

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

 a { background-color: rgb(117,53,149); }

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

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

 span { border-color: rgb(117,53,149); }

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