Html Css Color HEX #781EDD Blue Violet

📋 copy color: '#781EDD'

red 120 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #781EDD

Tints of Blue Violet #781EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 32.35%
G = 8.09%
B = 59.57%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#781EDD (or 0x781EDD) is known color: Blue Violet. HEX triplet: 78, 1E and DD. RGB value is (120,30,221). Sum of RGB (Red+Green+Blue) = 120+30+221=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #781EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EDD is #87E122. Grayscale: #4E4E4E. Windows color (decimal): -8904995 or 14491256. OLE color: 14491256.

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

Color convert

RGB 120 30 221 -
CMYK 0.46 0.86 0 0.13
HSL 268.27º 0.76% 0.49% -
HSV(B) 268.27º 0.86% 0.87% -
XYZ 21.26 10.14 69.24 -
YUV 78.68 208.32 157.47 -
System Red Green Blue C M Y K H S L
Decimal 120 30 221 0.46 0.86 0 0.13 268.27 0.76 0.49
Hex 78 1E DD 2E 56 0 D 10C 4C 31
Octal 170 36 335 56 126 0 15 414 114 61
Binary 1111000 11110 11011101 101110 1010110 0 1101 100001100 1001100 110001

Color Harmonies of #781EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EDD

Black with #781EDD

Text Example


Text Example

White with #781EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,30,221); }

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

background-color css

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

 a { background-color: rgb(120,30,221); }

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

border-color css

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

 span { border-color: rgb(120,30,221); }

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