Html Css Color HEX #781CF7 Blue Violet

📋 copy color: '#781CF7'

red 120 ◦ green 28 ◦ blue 247

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

Shades of Blue Violet #781CF7

Tints of Blue Violet #781CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 30.38%
G = 7.09%
B = 62.53%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#781CF7 (or 0x781CF7) is known color: Blue Violet. HEX triplet: 78, 1C and F7. RGB value is (120,28,247). Sum of RGB (Red+Green+Blue) = 120+28+247=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #781CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CF7 is #87E308. Grayscale: #4F4F4F. Windows color (decimal): -8905481 or 16194680. OLE color: 16194680.

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

Color convert

RGB 120 28 247 -
CMYK 0.51 0.89 0 0.03
HSL 265.21º 0.93% 0.54% -
HSV(B) 265.21º 0.89% 0.97% -
XYZ 24.95 11.54 88.91 -
YUV 80.47 221.98 156.19 -
System Red Green Blue C M Y K H S L
Decimal 120 28 247 0.51 0.89 0 0.03 265.21 0.93 0.54
Hex 78 1C F7 33 59 0 3 109 5D 36
Octal 170 34 367 63 131 0 3 411 135 66
Binary 1111000 11100 11110111 110011 1011001 0 11 100001001 1011101 110110

Color Harmonies of #781CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CF7

Black with #781CF7

Text Example


Text Example

White with #781CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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