#781BD2

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

Shades of Blue Violet #781BD2

Tints of Blue Violet #781BD2

Color information

#781BD2 (or 0x781BD2) is unknown color: approx Blue Violet. HEX triplet: 78, 1B and D2. RGB value is (120,27,210). Sum of RGB (Red+Green+Blue) = 120+27+210=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #781BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BD2 is #87E42D. Grayscale: #4B4B4B. Windows color (decimal): -8905774 or 13769592. OLE color: 13769592.

HSL color Cylindrical-coordinate representation of color #781BD2: hue angle of 270.49º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781BD2 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12027210-
CMYK0.430.8700.18
HSL270.49º77.22%46.47%-
HSV(B)270.49º87.14%82.35%-
XYZ19.779.4361.75-
YUV75.67203.81159.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 210 (82.42% from 255) = 58.82%
R=33.61%
G=7.56%
B=58.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120272100.430.8700.18270.4977.2246.47
Hex781BD22B5701210e4d2e
Octal170333225312702241611556
Binary1111000110111101001010101110101110100101000011101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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