#782B9B

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

Shades of Vivid Violet #782B9B

Tints of Vivid Violet #782B9B

Color information

#782B9B (or 0x782B9B) is unknown color: approx Vivid Violet. HEX triplet: 78, 2B and 9B. RGB value is (120,43,155). Sum of RGB (Red+Green+Blue) = 120+43+155=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #782B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782B9B is #87D464. Grayscale: #4E4E4E. Windows color (decimal): -8901733 or 10169208. OLE color: 10169208.

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

Color convert

RGB12043155-
CMYK0.230.7200.39
HSL281.25º56.57%38.82%-
HSV(B)281.25º72.26%60.78%-
XYZ14.538.0931.81-
YUV78.79171.01157.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 43 (17.19% from 255) = 13.52%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=37.74%
G=13.52%
B=48.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120431550.230.7200.39281.2556.5738.82
Hex782B9B17480271193927
Octal17053233271100474317147
Binary1111000101011100110111011110010000100111100011001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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