Html Css Color HEX #781F9A Vivid Violet

📋 copy color: '#781F9A'

red 120 ◦ green 31 ◦ blue 154

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

Shades of Vivid Violet #781F9A

Tints of Vivid Violet #781F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 39.34%
G = 10.16%
B = 50.49%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#781F9A (or 0x781F9A) is known color: Vivid Violet. HEX triplet: 78, 1F and 9A. RGB value is (120,31,154). Sum of RGB (Red+Green+Blue) = 120+31+154=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #781F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781F9A is #87E065. Grayscale: #474747. Windows color (decimal): -8904806 or 10100600. OLE color: 10100600.

HSL color Cylindrical-coordinate representation of color #781F9A: hue angle of 283.41º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781F9A is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 31 154 -
CMYK 0.22 0.80 0 0.40
HSL 283.41º 0.66% 0.36% -
HSV(B) 283.41º 0.8% 0.6% -
XYZ 14.07 7.31 31.24 -
YUV 71.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 120 31 154 0.22 0.80 0 0.40 283.41 0.66 0.36
Hex 78 1F 9A 16 50 0 28 11B 42 24
Octal 170 37 232 26 120 0 50 433 102 44
Binary 1111000 11111 10011010 10110 1010000 0 101000 100011011 1000010 100100

Color Harmonies of #781F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F9A

Black with #781F9A

Text Example


Text Example

White with #781F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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