Html Css Color HEX #782083 Vivid Violet

📋 copy color: '#782083'

red 120 ◦ green 32 ◦ blue 131

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

Shades of Vivid Violet #782083

Tints of Vivid Violet #782083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 42.4%
G = 11.31%
B = 46.29%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#782083 (or 0x782083) is known color: Vivid Violet. HEX triplet: 78, 20 and 83. RGB value is (120,32,131). Sum of RGB (Red+Green+Blue) = 120+32+131=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #782083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782083 is #87DF7C. Grayscale: #454545. Windows color (decimal): -8904573 or 8593528. OLE color: 8593528.

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

Color convert

RGB 120 32 131 -
CMYK 0.08 0.76 0 0.49
HSL 293.33º 0.61% 0.32% -
HSV(B) 293.33º 0.76% 0.51% -
XYZ 12.36 6.66 22.11 -
YUV 69.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 120 32 131 0.08 0.76 0 0.49 293.33 0.61 0.32
Hex 78 20 83 8 4C 0 31 125 3D 20
Octal 170 40 203 10 114 0 61 445 75 40
Binary 1111000 100000 10000011 1000 1001100 0 110001 100100101 111101 100000

Color Harmonies of #782083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782083

Black with #782083

Text Example


Text Example

White with #782083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782083; }

 p { color: rgb(120,32,131); }

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

background-color css

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

 a { background-color: rgb(120,32,131); }

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

border-color css

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

 span { border-color: rgb(120,32,131); }

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