Html Css Color HEX #781F94 Vivid Violet

📋 copy color: '#781F94'

red 120 ◦ green 31 ◦ blue 148

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

Shades of Vivid Violet #781F94

Tints of Vivid Violet #781F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 40.13%
G = 10.37%
B = 49.5%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#781F94 (or 0x781F94) is known color: Vivid Violet. HEX triplet: 78, 1F and 94. RGB value is (120,31,148). Sum of RGB (Red+Green+Blue) = 120+31+148=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #781F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781F94 is #87E06B. Grayscale: #464646. Windows color (decimal): -8904812 or 9707384. OLE color: 9707384.

HSL color Cylindrical-coordinate representation of color #781F94: hue angle of 285.64º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781F94 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 31 148 -
CMYK 0.19 0.79 0 0.42
HSL 285.64º 0.65% 0.35% -
HSV(B) 285.64º 0.79% 0.58% -
XYZ 13.58 7.11 28.67 -
YUV 70.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 120 31 148 0.19 0.79 0 0.42 285.64 0.65 0.35
Hex 78 1F 94 13 4F 0 2A 11E 41 23
Octal 170 37 224 23 117 0 52 436 101 43
Binary 1111000 11111 10010100 10011 1001111 0 101010 100011110 1000001 100011

Color Harmonies of #781F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F94

Black with #781F94

Text Example


Text Example

White with #781F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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