Html Css Color HEX #781CD7 Blue Violet

📋 copy color: '#781CD7'

red 120 ◦ green 28 ◦ blue 215

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

Shades of Blue Violet #781CD7

Tints of Blue Violet #781CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.23%

R = 33.06%
G = 7.71%
B = 59.23%

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

#781CD7 (or 0x781CD7) is known color: Blue Violet. HEX triplet: 78, 1C and D7. RGB value is (120,28,215). Sum of RGB (Red+Green+Blue) = 120+28+215=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #781CD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CD7 is #87E328. Grayscale: #4C4C4C. Windows color (decimal): -8905513 or 14097528. OLE color: 14097528.

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

Color convert

RGB 120 28 215 -
CMYK 0.44 0.87 0 0.16
HSL 269.52º 0.77% 0.48% -
HSV(B) 269.52º 0.87% 0.84% -
XYZ 20.43 9.73 65.09 -
YUV 76.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 120 28 215 0.44 0.87 0 0.16 269.52 0.77 0.48
Hex 78 1C D7 2C 57 0 10 10E 4D 30
Octal 170 34 327 54 127 0 20 416 115 60
Binary 1111000 11100 11010111 101100 1010111 0 10000 100001110 1001101 110000

Color Harmonies of #781CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CD7

Black with #781CD7

Text Example


Text Example

White with #781CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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