Html Css Color HEX #784096 Vivid Violet

📋 copy color: '#784096'

red 120 ◦ green 64 ◦ blue 150

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

Shades of Vivid Violet #784096

Tints of Vivid Violet #784096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 35.93%
G = 19.16%
B = 44.91%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#784096 (or 0x784096) is known color: Vivid Violet. HEX triplet: 78, 40 and 96. RGB value is (120,64,150). Sum of RGB (Red+Green+Blue) = 120+64+150=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #784096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784096 is #87BF69. Grayscale: #5A5A5A. Windows color (decimal): -8896362 or 9846904. OLE color: 9846904.

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

Color convert

RGB 120 64 150 -
CMYK 0.20 0.57 0 0.41
HSL 279.07º 0.4% 0.42% -
HSV(B) 279.07º 0.57% 0.59% -
XYZ 15.08 9.86 29.96 -
YUV 90.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 120 64 150 0.20 0.57 0 0.41 279.07 0.4 0.42
Hex 78 40 96 14 39 0 29 117 28 2A
Octal 170 100 226 24 71 0 51 427 50 52
Binary 1111000 1000000 10010110 10100 111001 0 101001 100010111 101000 101010

Color Harmonies of #784096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784096

Black with #784096

Text Example


Text Example

White with #784096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784096; }

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

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

background-color css

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

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

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

border-color css

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

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

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