Html Css Color HEX #781DFA Blue Violet

📋 copy color: '#781DFA'

red 120 ◦ green 29 ◦ blue 250

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

Shades of Blue Violet #781DFA

Tints of Blue Violet #781DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 30.08%
G = 7.27%
B = 62.66%

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

#781DFA (or 0x781DFA) is known color: Blue Violet. HEX triplet: 78, 1D and FA. RGB value is (120,29,250). Sum of RGB (Red+Green+Blue) = 120+29+250=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #781DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DFA is #87E205. Grayscale: #505050. Windows color (decimal): -8905222 or 16391544. OLE color: 16391544.

HSL color Cylindrical-coordinate representation of color #781DFA: hue angle of 264.71º degrees, saturation: 0.96, 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 #781DFA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 29 250 -
CMYK 0.52 0.88 0 0.02
HSL 264.71º 0.96% 0.55% -
HSV(B) 264.71º 0.88% 0.98% -
XYZ 25.44 11.77 91.37 -
YUV 81.4 223.15 155.53 -
System Red Green Blue C M Y K H S L
Decimal 120 29 250 0.52 0.88 0 0.02 264.71 0.96 0.55
Hex 78 1D FA 34 58 0 2 109 60 37
Octal 170 35 372 64 130 0 2 411 140 67
Binary 1111000 11101 11111010 110100 1011000 0 10 100001001 1100000 110111

Color Harmonies of #781DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DFA

Black with #781DFA

Text Example


Text Example

White with #781DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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