Html Css Color HEX #782996 Vivid Violet

📋 copy color: '#782996'

red 120 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #782996

Tints of Vivid Violet #782996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 38.59%
G = 13.18%
B = 48.23%

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

#782996 (or 0x782996) is known color: Vivid Violet. HEX triplet: 78, 29 and 96. RGB value is (120,41,150). Sum of RGB (Red+Green+Blue) = 120+41+150=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #782996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782996 is #87D669. Grayscale: #4C4C4C. Windows color (decimal): -8902250 or 9841016. OLE color: 9841016.

HSL color Cylindrical-coordinate representation of color #782996: hue angle of 283.49º degrees, saturation: 0.57, 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 #782996 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 41 150 -
CMYK 0.20 0.73 0 0.41
HSL 283.49º 0.57% 0.37% -
HSV(B) 283.49º 0.73% 0.59% -
XYZ 14.04 7.78 29.62 -
YUV 77.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 120 41 150 0.20 0.73 0 0.41 283.49 0.57 0.37
Hex 78 29 96 14 49 0 29 11B 39 25
Octal 170 51 226 24 111 0 51 433 71 45
Binary 1111000 101001 10010110 10100 1001001 0 101001 100011011 111001 100101

Color Harmonies of #782996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782996

Black with #782996

Text Example


Text Example

White with #782996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782996; }

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

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

background-color css

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

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

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

border-color css

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

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

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