Html Css Color HEX #783295 Vivid Violet

📋 copy color: '#783295'

red 120 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #783295

Tints of Vivid Violet #783295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 37.62%
G = 15.67%
B = 46.71%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#783295 (or 0x783295) is known color: Vivid Violet. HEX triplet: 78, 32 and 95. RGB value is (120,50,149). Sum of RGB (Red+Green+Blue) = 120+50+149=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #783295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783295 is #87CD6A. Grayscale: #515151. Windows color (decimal): -8899947 or 9777784. OLE color: 9777784.

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

Color convert

RGB 120 50 149 -
CMYK 0.19 0.66 0 0.42
HSL 282.42º 0.5% 0.39% -
HSV(B) 282.42º 0.66% 0.58% -
XYZ 14.31 8.44 29.31 -
YUV 82.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 120 50 149 0.19 0.66 0 0.42 282.42 0.5 0.39
Hex 78 32 95 13 42 0 2A 11A 32 27
Octal 170 62 225 23 102 0 52 432 62 47
Binary 1111000 110010 10010101 10011 1000010 0 101010 100011010 110010 100111

Color Harmonies of #783295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783295

Black with #783295

Text Example


Text Example

White with #783295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783295; }

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

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

background-color css

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

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

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

border-color css

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

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

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