Html Css Color HEX #782E8E Vivid Violet

📋 copy color: '#782E8E'

red 120 ◦ green 46 ◦ blue 142

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

Shades of Vivid Violet #782E8E

Tints of Vivid Violet #782E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

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

R = 38.96%
G = 14.94%
B = 46.1%

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

#782E8E (or 0x782E8E) is known color: Vivid Violet. HEX triplet: 78, 2E and 8E. RGB value is (120,46,142). Sum of RGB (Red+Green+Blue) = 120+46+142=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #782E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782E8E is #87D171. Grayscale: #4E4E4E. Windows color (decimal): -8900978 or 9318008. OLE color: 9318008.

HSL color Cylindrical-coordinate representation of color #782E8E: hue angle of 286.25º degrees, saturation: 0.51, 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 #782E8E is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 46 142 -
CMYK 0.15 0.68 0 0.44
HSL 286.25º 0.51% 0.37% -
HSV(B) 286.25º 0.68% 0.56% -
XYZ 13.61 7.9 26.4 -
YUV 79.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 120 46 142 0.15 0.68 0 0.44 286.25 0.51 0.37
Hex 78 2E 8E F 44 0 2C 11E 33 25
Octal 170 56 216 17 104 0 54 436 63 45
Binary 1111000 101110 10001110 1111 1000100 0 101100 100011110 110011 100101

Color Harmonies of #782E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782E8E

Black with #782E8E

Text Example


Text Example

White with #782E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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