#753395

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

Shades of Vivid Violet #753395

Tints of Vivid Violet #753395

Color information

#753395 (or 0x753395) is unknown color: approx Vivid Violet. HEX triplet: 75, 33 and 95. RGB value is (117,51,149). Sum of RGB (Red+Green+Blue) = 117+51+149=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #753395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753395 is #8ACC6A. Grayscale: #515151. Windows color (decimal): -9096299 or 9778037. OLE color: 9778037.

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

Color convert

RGB11751149-
CMYK0.210.6600.42
HSL280.41º49%39.22%-
HSV(B)280.41º65.77%58.43%-
XYZ13.948.3229.3-
YUV81.91165.87153.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=36.91%
G=16.09%
B=47.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117511490.210.6600.42280.414939.22
Hex753395154202A1183127
Octal16563225251020524306147
Binary1110101110011100101011010110000100101010100011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753395; }

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

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

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

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

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

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

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

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