Html Css Color HEX #782896 Vivid Violet

📋 copy color: '#782896'

red 120 ◦ green 40 ◦ blue 150

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

Shades of Vivid Violet #782896

Tints of Vivid Violet #782896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 38.71%
G = 12.9%
B = 48.39%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#782896 (or 0x782896) is known color: Vivid Violet. HEX triplet: 78, 28 and 96. RGB value is (120,40,150). Sum of RGB (Red+Green+Blue) = 120+40+150=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #782896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782896 is #87D769. Grayscale: #4C4C4C. Windows color (decimal): -8902506 or 9840760. OLE color: 9840760.

HSL color Cylindrical-coordinate representation of color #782896: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782896 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 40 150 -
CMYK 0.20 0.73 0 0.41
HSL 283.64º 0.58% 0.37% -
HSV(B) 283.64º 0.73% 0.59% -
XYZ 14.01 7.71 29.6 -
YUV 76.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 120 40 150 0.20 0.73 0 0.41 283.64 0.58 0.37
Hex 78 28 96 14 49 0 29 11C 3A 25
Octal 170 50 226 24 111 0 51 434 72 45
Binary 1111000 101000 10010110 10100 1001001 0 101001 100011100 111010 100101

Color Harmonies of #782896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782896

Black with #782896

Text Example


Text Example

White with #782896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782896; }

 p { color: rgb(120,40,150); }

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

background-color css

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

 a { background-color: rgb(120,40,150); }

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

border-color css

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

 span { border-color: rgb(120,40,150); }

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