Html Css Color HEX #781DDF Blue Violet

📋 copy color: '#781DDF'

red 120 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #781DDF

Tints of Blue Violet #781DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 32.26%
G = 7.8%
B = 59.95%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#781DDF (or 0x781DDF) is known color: Blue Violet. HEX triplet: 78, 1D and DF. RGB value is (120,29,223). Sum of RGB (Red+Green+Blue) = 120+29+223=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #781DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DDF is #87E220. Grayscale: #4D4D4D. Windows color (decimal): -8905249 or 14622072. OLE color: 14622072.

HSL color Cylindrical-coordinate representation of color #781DDF: hue angle of 268.14º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781DDF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 29 223 -
CMYK 0.46 0.87 0 0.13
HSL 268.14º 0.77% 0.49% -
HSV(B) 268.14º 0.87% 0.87% -
XYZ 21.5 10.2 70.65 -
YUV 78.33 209.65 157.73 -
System Red Green Blue C M Y K H S L
Decimal 120 29 223 0.46 0.87 0 0.13 268.14 0.77 0.49
Hex 78 1D DF 2E 57 0 D 10C 4D 31
Octal 170 35 337 56 127 0 15 414 115 61
Binary 1111000 11101 11011111 101110 1010111 0 1101 100001100 1001101 110001

Color Harmonies of #781DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DDF

Black with #781DDF

Text Example


Text Example

White with #781DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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