Html Css Color HEX #784084 Vivid Violet

📋 copy color: '#784084'

red 120 ◦ green 64 ◦ blue 132

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

Shades of Vivid Violet #784084

Tints of Vivid Violet #784084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 37.97%
G = 20.25%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#784084 (or 0x784084) is known color: Vivid Violet. HEX triplet: 78, 40 and 84. RGB value is (120,64,132). Sum of RGB (Red+Green+Blue) = 120+64+132=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #784084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784084 is #87BF7B. Grayscale: #585858. Windows color (decimal): -8896380 or 8667256. OLE color: 8667256.

HSL color Cylindrical-coordinate representation of color #784084: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784084 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 64 132 -
CMYK 0.09 0.52 0 0.48
HSL 289.41º 0.35% 0.38% -
HSV(B) 289.41º 0.52% 0.52% -
XYZ 13.74 9.33 22.91 -
YUV 88.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 120 64 132 0.09 0.52 0 0.48 289.41 0.35 0.38
Hex 78 40 84 9 34 0 30 121 23 26
Octal 170 100 204 11 64 0 60 441 43 46
Binary 1111000 1000000 10000100 1001 110100 0 110000 100100001 100011 100110

Color Harmonies of #784084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784084

Black with #784084

Text Example


Text Example

White with #784084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784084; }

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

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

background-color css

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

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

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

border-color css

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

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

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