Html Css Color HEX #781CD6 Blue Violet

📋 copy color: '#781CD6'

red 120 ◦ green 28 ◦ blue 214

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

Shades of Blue Violet #781CD6

Tints of Blue Violet #781CD6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.73%

 BLUE value IS 214 (83.98% from 255) = 59.12%

R = 33.15%
G = 7.73%
B = 59.12%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#781CD6 (or 0x781CD6) is known color: Blue Violet. HEX triplet: 78, 1C and D6. RGB value is (120,28,214). Sum of RGB (Red+Green+Blue) = 120+28+214=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #781CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CD6 is #87E329. Grayscale: #4C4C4C. Windows color (decimal): -8905514 or 14031992. OLE color: 14031992.

HSL color Cylindrical-coordinate representation of color #781CD6: hue angle of 269.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781CD6 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 28 214 -
CMYK 0.44 0.87 0 0.16
HSL 269.68º 0.77% 0.47% -
HSV(B) 269.68º 0.87% 0.84% -
XYZ 20.3 9.68 64.42 -
YUV 76.71 205.48 158.88 -
System Red Green Blue C M Y K H S L
Decimal 120 28 214 0.44 0.87 0 0.16 269.68 0.77 0.47
Hex 78 1C D6 2C 57 0 10 10E 4D 2F
Octal 170 34 326 54 127 0 20 416 115 57
Binary 1111000 11100 11010110 101100 1010111 0 10000 100001110 1001101 101111

Color Harmonies of #781CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CD6

Black with #781CD6

Text Example


Text Example

White with #781CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,28,214); }

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

background-color css

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

 a { background-color: rgb(120,28,214); }

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

border-color css

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

 span { border-color: rgb(120,28,214); }

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