Html Css Color HEX #784082 Vivid Violet

📋 copy color: '#784082'

red 120 ◦ green 64 ◦ blue 130

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

Shades of Vivid Violet #784082

Tints of Vivid Violet #784082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 38.22%
G = 20.38%
B = 41.4%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#784082 (or 0x784082) is known color: Vivid Violet. HEX triplet: 78, 40 and 82. RGB value is (120,64,130). Sum of RGB (Red+Green+Blue) = 120+64+130=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #784082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784082 is #87BF7D. Grayscale: #585858. Windows color (decimal): -8896382 or 8536184. OLE color: 8536184.

HSL color Cylindrical-coordinate representation of color #784082: hue angle of 290.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784082 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 64 130 -
CMYK 0.08 0.51 0 0.49
HSL 290.91º 0.34% 0.38% -
HSV(B) 290.91º 0.51% 0.51% -
XYZ 13.61 9.27 22.19 -
YUV 88.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 120 64 130 0.08 0.51 0 0.49 290.91 0.34 0.38
Hex 78 40 82 8 33 0 31 123 22 26
Octal 170 100 202 10 63 0 61 443 42 46
Binary 1111000 1000000 10000010 1000 110011 0 110001 100100011 100010 100110

Color Harmonies of #784082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784082

Black with #784082

Text Example


Text Example

White with #784082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784082; }

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

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

background-color css

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

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

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

border-color css

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

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

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