Html Css Color HEX #782D8E Vivid Violet

📋 copy color: '#782D8E'

red 120 ◦ green 45 ◦ blue 142

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

Shades of Vivid Violet #782D8E

Tints of Vivid Violet #782D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 142 (55.86% from 255) = 46.25%

R = 39.09%
G = 14.66%
B = 46.25%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#782D8E (or 0x782D8E) is known color: Vivid Violet. HEX triplet: 78, 2D and 8E. RGB value is (120,45,142). Sum of RGB (Red+Green+Blue) = 120+45+142=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #782D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782D8E is #87D271. Grayscale: #4E4E4E. Windows color (decimal): -8901234 or 9317752. OLE color: 9317752.

HSL color Cylindrical-coordinate representation of color #782D8E: hue angle of 286.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782D8E is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 45 142 -
CMYK 0.15 0.68 0 0.44
HSL 286.39º 0.52% 0.37% -
HSV(B) 286.39º 0.68% 0.56% -
XYZ 13.57 7.82 26.39 -
YUV 78.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 120 45 142 0.15 0.68 0 0.44 286.39 0.52 0.37
Hex 78 2D 8E F 44 0 2C 11E 34 25
Octal 170 55 216 17 104 0 54 436 64 45
Binary 1111000 101101 10001110 1111 1000100 0 101100 100011110 110100 100101

Color Harmonies of #782D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782D8E

Black with #782D8E

Text Example


Text Example

White with #782D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782D8E; }

 p { color: rgb(120,45,142); }

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

background-color css

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

 a { background-color: rgb(120,45,142); }

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

border-color css

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

 span { border-color: rgb(120,45,142); }

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