Html Css Color HEX #78428E Vivid Violet

📋 copy color: '#78428E'

red 120 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #78428E

Tints of Vivid Violet #78428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 36.59%
G = 20.12%
B = 43.29%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78428E (or 0x78428E) is known color: Vivid Violet. HEX triplet: 78, 42 and 8E. RGB value is (120,66,142). Sum of RGB (Red+Green+Blue) = 120+66+142=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #78428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78428E is #87BD71. Grayscale: #5A5A5A. Windows color (decimal): -8895858 or 9323128. OLE color: 9323128.

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

Color convert

RGB 120 66 142 -
CMYK 0.15 0.54 0 0.44
HSL 282.63º 0.37% 0.41% -
HSV(B) 282.63º 0.54% 0.56% -
XYZ 14.58 9.84 26.72 -
YUV 90.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 120 66 142 0.15 0.54 0 0.44 282.63 0.37 0.41
Hex 78 42 8E F 36 0 2C 11B 25 29
Octal 170 102 216 17 66 0 54 433 45 51
Binary 1111000 1000010 10001110 1111 110110 0 101100 100011011 100101 101001

Color Harmonies of #78428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78428E

Black with #78428E

Text Example


Text Example

White with #78428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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