Html Css Color HEX #781FF9 Blue Violet

📋 copy color: '#781FF9'

red 120 ◦ green 31 ◦ blue 249

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

Shades of Blue Violet #781FF9

Tints of Blue Violet #781FF9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

 BLUE value IS 249 (97.66% from 255) = 62.25%

R = 30%
G = 7.75%
B = 62.25%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#781FF9 (or 0x781FF9) is known color: Blue Violet. HEX triplet: 78, 1F and F9. RGB value is (120,31,249). Sum of RGB (Red+Green+Blue) = 120+31+249=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #781FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FF9 is #87E006. Grayscale: #515151. Windows color (decimal): -8904711 or 16326520. OLE color: 16326520.

HSL color Cylindrical-coordinate representation of color #781FF9: hue angle of 264.5º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781FF9 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 31 249 -
CMYK 0.52 0.88 0 0.02
HSL 264.5º 0.95% 0.55% -
HSV(B) 264.5º 0.88% 0.98% -
XYZ 25.33 11.81 90.57 -
YUV 82.46 221.99 154.77 -
System Red Green Blue C M Y K H S L
Decimal 120 31 249 0.52 0.88 0 0.02 264.5 0.95 0.55
Hex 78 1F F9 34 58 0 2 108 5F 37
Octal 170 37 371 64 130 0 2 410 137 67
Binary 1111000 11111 11111001 110100 1011000 0 10 100001000 1011111 110111

Color Harmonies of #781FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FF9

Black with #781FF9

Text Example


Text Example

White with #781FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,31,249); }

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

background-color css

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

 a { background-color: rgb(120,31,249); }

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

border-color css

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

 span { border-color: rgb(120,31,249); }

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