#753496

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

Shades of Vivid Violet #753496

Tints of Vivid Violet #753496

Color information

#753496 (or 0x753496) is unknown color: approx Vivid Violet. HEX triplet: 75, 34 and 96. RGB value is (117,52,150). Sum of RGB (Red+Green+Blue) = 117+52+150=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #753496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753496 is #8ACB69. Grayscale: #525252. Windows color (decimal): -9096042 or 9843829. OLE color: 9843829.

HSL color Cylindrical-coordinate representation of color #753496: hue angle of 279.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753496 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11752150-
CMYK0.220.6500.41
HSL279.8º48.51%39.61%-
HSV(B)279.8º65.33%58.82%-
XYZ14.078.4429.74-
YUV82.61166.03152.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=36.68%
G=16.30%
B=47.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117521500.220.6500.41279.848.5139.61
Hex75349616410291183128
Octal16564226261010514306150
Binary1110101110100100101101011010000010101001100011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753496; }

 p { color: rgb(117,52,150); }

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

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

 a { background-color: rgb(117,52,150); }

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

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

 span { border-color: rgb(117,52,150); }

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