#753589

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

Shades of Vivid Violet #753589

Tints of Vivid Violet #753589

Color information

#753589 (or 0x753589) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 89. RGB value is (117,53,137). Sum of RGB (Red+Green+Blue) = 117+53+137=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #753589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753589 is #8ACA76. Grayscale: #515151. Windows color (decimal): -9095799 or 8992117. OLE color: 8992117.

HSL color Cylindrical-coordinate representation of color #753589: hue angle of 285.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753589 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11753137-
CMYK0.150.6100.46
HSL285.71º44.21%37.25%-
HSV(B)285.71º61.31%53.73%-
XYZ13.128.1324.55-
YUV81.71159.2153.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=38.11%
G=17.26%
B=44.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117531370.150.6100.46285.7144.2137.25
Hex753589F3D02E11e2c25
Octal1656521117750564365445
Binary11101011101011000100111111111010101110100011110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753589; }

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

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

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

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

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

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

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

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