#753795

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

Shades of Vivid Violet #753795

Tints of Vivid Violet #753795

Color information

#753795 (or 0x753795) is unknown color: approx Vivid Violet. HEX triplet: 75, 37 and 95. RGB value is (117,55,149). Sum of RGB (Red+Green+Blue) = 117+55+149=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #753795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753795 is #8AC86A. Grayscale: #535353. Windows color (decimal): -9095275 or 9779061. OLE color: 9779061.

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

Color convert

RGB11755149-
CMYK0.210.6300.42
HSL279.57º46.08%40%-
HSV(B)279.57º63.09%58.43%-
XYZ14.138.6829.37-
YUV84.25164.54151.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=36.45%
G=17.13%
B=46.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117551490.210.6300.42279.5746.0840
Hex753795153F02A1182e28
Octal1656722525770524305650
Binary111010111011110010101101011111110101010100011000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753795; }

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

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

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

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

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

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

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

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