Html Css Color HEX #78428D Vivid Violet

📋 copy color: '#78428D'

red 120 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #78428D

Tints of Vivid Violet #78428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 36.7%
G = 20.18%
B = 43.12%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78428D (or 0x78428D) is known color: Vivid Violet. HEX triplet: 78, 42 and 8D. RGB value is (120,66,141). Sum of RGB (Red+Green+Blue) = 120+66+141=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #78428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78428D is #87BD72. Grayscale: #5A5A5A. Windows color (decimal): -8895859 or 9257592. OLE color: 9257592.

HSL color Cylindrical-coordinate representation of color #78428D: hue angle of 283.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78428D is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 66 141 -
CMYK 0.15 0.53 0 0.45
HSL 283.2º 0.36% 0.41% -
HSV(B) 283.2º 0.53% 0.55% -
XYZ 14.5 9.81 26.33 -
YUV 90.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 120 66 141 0.15 0.53 0 0.45 283.2 0.36 0.41
Hex 78 42 8D F 35 0 2D 11B 24 29
Octal 170 102 215 17 65 0 55 433 44 51
Binary 1111000 1000010 10001101 1111 110101 0 101101 100011011 100100 101001

Color Harmonies of #78428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78428D

Black with #78428D

Text Example


Text Example

White with #78428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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