Html Css Color HEX #781AE6 Blue Violet

📋 copy color: '#781AE6'

red 120 ◦ green 26 ◦ blue 230

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

Shades of Blue Violet #781AE6

Tints of Blue Violet #781AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.17%

R = 31.91%
G = 6.91%
B = 61.17%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#781AE6 (or 0x781AE6) is known color: Blue Violet. HEX triplet: 78, 1A and E6. RGB value is (120,26,230). Sum of RGB (Red+Green+Blue) = 120+26+230=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #781AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AE6 is #87E519. Grayscale: #4C4C4C. Windows color (decimal): -8906010 or 15080056. OLE color: 15080056.

HSL color Cylindrical-coordinate representation of color #781AE6: hue angle of 267.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781AE6 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 26 230 -
CMYK 0.48 0.89 0 0.10
HSL 267.65º 0.8% 0.5% -
HSV(B) 267.65º 0.89% 0.9% -
XYZ 22.4 10.45 75.7 -
YUV 77.36 214.14 158.41 -
System Red Green Blue C M Y K H S L
Decimal 120 26 230 0.48 0.89 0 0.10 267.65 0.8 0.5
Hex 78 1A E6 30 59 0 A 10C 50 32
Octal 170 32 346 60 131 0 12 414 120 62
Binary 1111000 11010 11100110 110000 1011001 0 1010 100001100 1010000 110010

Color Harmonies of #781AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AE6

Black with #781AE6

Text Example


Text Example

White with #781AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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