Html Css Color HEX #781FDA Blue Violet

📋 copy color: '#781FDA'

red 120 ◦ green 31 ◦ blue 218

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

Shades of Blue Violet #781FDA

Tints of Blue Violet #781FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 32.52%
G = 8.4%
B = 59.08%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#781FDA (or 0x781FDA) is known color: Blue Violet. HEX triplet: 78, 1F and DA. RGB value is (120,31,218). Sum of RGB (Red+Green+Blue) = 120+31+218=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #781FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FDA is #87E025. Grayscale: #4E4E4E. Windows color (decimal): -8904742 or 14294904. OLE color: 14294904.

HSL color Cylindrical-coordinate representation of color #781FDA: hue angle of 268.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781FDA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 31 218 -
CMYK 0.45 0.86 0 0.15
HSL 268.56º 0.75% 0.49% -
HSV(B) 268.56º 0.86% 0.85% -
XYZ 20.89 10.04 67.17 -
YUV 78.93 206.49 157.29 -
System Red Green Blue C M Y K H S L
Decimal 120 31 218 0.45 0.86 0 0.15 268.56 0.75 0.49
Hex 78 1F DA 2D 56 0 F 10D 4B 31
Octal 170 37 332 55 126 0 17 415 113 61
Binary 1111000 11111 11011010 101101 1010110 0 1111 100001101 1001011 110001

Color Harmonies of #781FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FDA

Black with #781FDA

Text Example


Text Example

White with #781FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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