Html Css Color HEX #781AD6 Blue Violet

📋 copy color: '#781AD6'

red 120 ◦ green 26 ◦ blue 214

#781AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #781AD6

Tints of Blue Violet #781AD6

RGB

 RED value IS 120 (47.27% from 255) = 33.33%

 GREEN value IS 26 (10.55% from 255) = 7.22%

 BLUE value IS 214 (83.98% from 255) = 59.44%

R = 33.33%
G = 7.22%
B = 59.44%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#781AD6 (or 0x781AD6) is known color: Blue Violet. HEX triplet: 78, 1A and D6. RGB value is (120,26,214). Sum of RGB (Red+Green+Blue) = 120+26+214=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #781AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AD6 is #87E529. Grayscale: #4A4A4A. Windows color (decimal): -8906026 or 14031480. OLE color: 14031480.

HSL color Cylindrical-coordinate representation of color #781AD6: hue angle of 270º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781AD6 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 26 214 -
CMYK 0.44 0.88 0 0.16
HSL 270º 0.78% 0.47% -
HSV(B) 270º 0.88% 0.84% -
XYZ 20.25 9.59 64.4 -
YUV 75.54 206.14 159.71 -
System Red Green Blue C M Y K H S L
Decimal 120 26 214 0.44 0.88 0 0.16 270 0.78 0.47
Hex 78 1A D6 2C 58 0 10 10E 4E 2F
Octal 170 32 326 54 130 0 20 416 116 57
Binary 1111000 11010 11010110 101100 1011000 0 10000 100001110 1001110 101111

Color Harmonies of #781AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AD6

Black with #781AD6

Text Example


Text Example

White with #781AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,214); }

 H1.HeaderClassName
 {
   color: #781AD6;
 }
 .AnyTagClassName
 {
   color: #781AD6;
 }
</style>

background-color css

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

 a { background-color: rgb(120,26,214); }

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

border-color css

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

 span { border-color: rgb(120,26,214); }

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