#782F9B

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

Shades of Vivid Violet #782F9B

Tints of Vivid Violet #782F9B

Color information

#782F9B (or 0x782F9B) is unknown color: approx Vivid Violet. HEX triplet: 78, 2F and 9B. RGB value is (120,47,155). Sum of RGB (Red+Green+Blue) = 120+47+155=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #782F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782F9B is #87D064. Grayscale: #505050. Windows color (decimal): -8900709 or 10170232. OLE color: 10170232.

HSL color Cylindrical-coordinate representation of color #782F9B: hue angle of 280.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782F9B is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12047155-
CMYK0.230.7000.39
HSL280.56º53.47%39.61%-
HSV(B)280.56º69.68%60.78%-
XYZ14.688.3931.86-
YUV81.14169.68155.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 47 (18.75% from 255) = 14.60%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=37.27%
G=14.60%
B=48.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120471550.230.7000.39280.5653.4739.61
Hex782F9B17460271193528
Octal17057233271060474316550
Binary1111000101111100110111011110001100100111100011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782F9B; }

 p { color: rgb(120,47,155); }

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

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

 a { background-color: rgb(120,47,155); }

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

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

 span { border-color: rgb(120,47,155); }

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