Html Css Color HEX #781DF7 Blue Violet

📋 copy color: '#781DF7'

red 120 ◦ green 29 ◦ blue 247

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

Shades of Blue Violet #781DF7

Tints of Blue Violet #781DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.32%

 BLUE value IS 247 (96.88% from 255) = 62.37%

R = 30.3%
G = 7.32%
B = 62.37%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#781DF7 (or 0x781DF7) is known color: Blue Violet. HEX triplet: 78, 1D and F7. RGB value is (120,29,247). Sum of RGB (Red+Green+Blue) = 120+29+247=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 247 (96.88% from 255 or 62.37% from 396); Max value from RGB is 247 - color contains mainly: blue. Hex color #781DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DF7 is #87E208. Grayscale: #505050. Windows color (decimal): -8905225 or 16194936. OLE color: 16194936.

HSL color Cylindrical-coordinate representation of color #781DF7: hue angle of 265.05º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781DF7 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 29 247 -
CMYK 0.51 0.88 0 0.03
HSL 265.05º 0.93% 0.54% -
HSV(B) 265.05º 0.88% 0.97% -
XYZ 24.97 11.59 88.92 -
YUV 81.06 221.65 155.77 -
System Red Green Blue C M Y K H S L
Decimal 120 29 247 0.51 0.88 0 0.03 265.05 0.93 0.54
Hex 78 1D F7 33 58 0 3 109 5D 36
Octal 170 35 367 63 130 0 3 411 135 66
Binary 1111000 11101 11110111 110011 1011000 0 11 100001001 1011101 110110

Color Harmonies of #781DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DF7

Black with #781DF7

Text Example


Text Example

White with #781DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,29,247); }

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

background-color css

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

 a { background-color: rgb(120,29,247); }

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

border-color css

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

 span { border-color: rgb(120,29,247); }

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