#781B8B

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

Shades of Vivid Violet #781B8B

Tints of Vivid Violet #781B8B

Color information

#781B8B (or 0x781B8B) is unknown color: approx Vivid Violet. HEX triplet: 78, 1B and 8B. RGB value is (120,27,139). Sum of RGB (Red+Green+Blue) = 120+27+139=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #781B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781B8B is #87E474. Grayscale: #434343. Windows color (decimal): -8905845 or 9116536. OLE color: 9116536.

HSL color Cylindrical-coordinate representation of color #781B8B: hue angle of 289.82º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781B8B is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12027139-
CMYK0.140.8100.45
HSL289.82º67.47%32.55%-
HSV(B)289.82º80.58%54.51%-
XYZ12.86.6425.03-
YUV67.57168.31165.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=41.96%
G=9.44%
B=48.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120271390.140.8100.45289.8267.4732.55
Hex781B8BE5102D1224321
Octal170332131612105544210341
Binary111100011011100010111110101000101011011001000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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