Html Css Color HEX #783495 Vivid Violet

📋 copy color: '#783495'

red 120 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #783495

Tints of Vivid Violet #783495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 37.38%
G = 16.2%
B = 46.42%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#783495 (or 0x783495) is known color: Vivid Violet. HEX triplet: 78, 34 and 95. RGB value is (120,52,149). Sum of RGB (Red+Green+Blue) = 120+52+149=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #783495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783495 is #87CB6A. Grayscale: #535353. Windows color (decimal): -8899435 or 9778296. OLE color: 9778296.

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

Color convert

RGB 120 52 149 -
CMYK 0.19 0.65 0 0.42
HSL 282.06º 0.48% 0.39% -
HSV(B) 282.06º 0.65% 0.58% -
XYZ 14.4 8.62 29.34 -
YUV 83.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 120 52 149 0.19 0.65 0 0.42 282.06 0.48 0.39
Hex 78 34 95 13 41 0 2A 11A 30 27
Octal 170 64 225 23 101 0 52 432 60 47
Binary 1111000 110100 10010101 10011 1000001 0 101010 100011010 110000 100111

Color Harmonies of #783495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783495

Black with #783495

Text Example


Text Example

White with #783495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783495; }

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

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

background-color css

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

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

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

border-color css

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

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

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