#781B9B

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

Shades of Vivid Violet #781B9B

Tints of Vivid Violet #781B9B

Color information

#781B9B (or 0x781B9B) is unknown color: approx Vivid Violet. HEX triplet: 78, 1B and 9B. RGB value is (120,27,155). Sum of RGB (Red+Green+Blue) = 120+27+155=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #781B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781B9B is #87E464. Grayscale: #444444. Windows color (decimal): -8905829 or 10165112. OLE color: 10165112.

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

Color convert

RGB12027155-
CMYK0.230.8300.39
HSL283.59º70.33%35.69%-
HSV(B)283.59º82.58%60.78%-
XYZ14.057.1431.65-
YUV69.4176.31164.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 27 (10.94% from 255) = 8.94%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=39.74%
G=8.94%
B=51.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120271550.230.8300.39283.5970.3335.69
Hex781B9B175302711c4624
Octal170332332712304743410644
Binary1111000110111001101110111101001101001111000111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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