#753196

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

Shades of Vivid Violet #753196

Tints of Vivid Violet #753196

Color information

#753196 (or 0x753196) is unknown color: approx Vivid Violet. HEX triplet: 75, 31 and 96. RGB value is (117,49,150). Sum of RGB (Red+Green+Blue) = 117+49+150=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #753196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753196 is #8ACE69. Grayscale: #505050. Windows color (decimal): -9096810 or 9843061. OLE color: 9843061.

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

Color convert

RGB11749150-
CMYK0.220.6700.41
HSL280.4º50.75%39.02%-
HSV(B)280.4º67.33%58.82%-
XYZ13.948.1829.7-
YUV80.85167.03153.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=37.03%
G=15.51%
B=47.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117491500.220.6700.41280.450.7539.02
Hex75319616430291183327
Octal16561226261030514306347
Binary1110101110001100101101011010000110101001100011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753196; }

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

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

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

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

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

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

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

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