#783495

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

Shades of Vivid Violet #783495

Tints of Vivid Violet #783495

Color information

#783495 (or 0x783495) is unknown color: approx Vivid Violet. HEX triplet: 78, 34 and 95. RGB value is (120,52,149). Sum of RGB (Red+Green+Blue) = 120+52+149=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 52 (20.70% from 255 or 16.20% 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 #783495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783495 is #87CB6A. Grayscale: #535353. Windows color (decimal): -8899435 or 9778296. OLE color: 9778296.

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

Color convert

RGB12052149-
CMYK0.190.6500.42
HSL282.06º48.26%39.41%-
HSV(B)282.06º65.1%58.43%-
XYZ14.48.6229.34-
YUV83.39165.03154.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=37.38%
G=16.20%
B=46.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120521490.190.6500.42282.0648.2639.41
Hex783495134102A11a3027
Octal17064225231010524326047
Binary1111000110100100101011001110000010101010100011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783495; }

 p { color: rgb(120,52,149); }

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

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

 a { background-color: rgb(120,52,149); }

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

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

 span { border-color: rgb(120,52,149); }

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