Html Css Color HEX #784295 Vivid Violet

📋 copy color: '#784295'

red 120 ◦ green 66 ◦ blue 149

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

Shades of Vivid Violet #784295

Tints of Vivid Violet #784295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 35.82%
G = 19.7%
B = 44.48%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784295 (or 0x784295) is known color: Vivid Violet. HEX triplet: 78, 42 and 95. RGB value is (120,66,149). Sum of RGB (Red+Green+Blue) = 120+66+149=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #784295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784295 is #87BD6A. Grayscale: #5B5B5B. Windows color (decimal): -8895851 or 9781880. OLE color: 9781880.

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

Color convert

RGB 120 66 149 -
CMYK 0.19 0.56 0 0.42
HSL 279.04º 0.39% 0.42% -
HSV(B) 279.04º 0.56% 0.58% -
XYZ 15.12 10.06 29.58 -
YUV 91.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 120 66 149 0.19 0.56 0 0.42 279.04 0.39 0.42
Hex 78 42 95 13 38 0 2A 117 27 2A
Octal 170 102 225 23 70 0 52 427 47 52
Binary 1111000 1000010 10010101 10011 111000 0 101010 100010111 100111 101010

Color Harmonies of #784295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784295

Black with #784295

Text Example


Text Example

White with #784295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784295; }

 p { color: rgb(120,66,149); }

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

background-color css

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

 a { background-color: rgb(120,66,149); }

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

border-color css

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

 span { border-color: rgb(120,66,149); }

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