Html Css Color HEX #781AEB Blue Violet

📋 copy color: '#781AEB'

red 120 ◦ green 26 ◦ blue 235

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

Shades of Blue Violet #781AEB

Tints of Blue Violet #781AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 31.5%
G = 6.82%
B = 61.68%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#781AEB (or 0x781AEB) is known color: Blue Violet. HEX triplet: 78, 1A and EB. RGB value is (120,26,235). Sum of RGB (Red+Green+Blue) = 120+26+235=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #781AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AEB is #87E514. Grayscale: #4D4D4D. Windows color (decimal): -8906005 or 15407736. OLE color: 15407736.

HSL color Cylindrical-coordinate representation of color #781AEB: hue angle of 266.99º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781AEB is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 26 235 -
CMYK 0.49 0.89 0 0.08
HSL 266.99º 0.84% 0.51% -
HSV(B) 266.99º 0.89% 0.92% -
XYZ 23.11 10.73 79.45 -
YUV 77.93 216.64 158.01 -
System Red Green Blue C M Y K H S L
Decimal 120 26 235 0.49 0.89 0 0.08 266.99 0.84 0.51
Hex 78 1A EB 31 59 0 8 10B 54 33
Octal 170 32 353 61 131 0 10 413 124 63
Binary 1111000 11010 11101011 110001 1011001 0 1000 100001011 1010100 110011

Color Harmonies of #781AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AEB

Black with #781AEB

Text Example


Text Example

White with #781AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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