Html Css Color HEX #78428A Vivid Violet

📋 copy color: '#78428A'

red 120 ◦ green 66 ◦ blue 138

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

Shades of Vivid Violet #78428A

Tints of Vivid Violet #78428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 37.04%
G = 20.37%
B = 42.59%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78428A (or 0x78428A) is known color: Vivid Violet. HEX triplet: 78, 42 and 8A. RGB value is (120,66,138). Sum of RGB (Red+Green+Blue) = 120+66+138=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #78428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78428A is #87BD75. Grayscale: #5A5A5A. Windows color (decimal): -8895862 or 9060984. OLE color: 9060984.

HSL color Cylindrical-coordinate representation of color #78428A: hue angle of 285º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78428A is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 66 138 -
CMYK 0.13 0.52 0 0.46
HSL 285º 0.35% 0.4% -
HSV(B) 285º 0.52% 0.54% -
XYZ 14.28 9.72 25.17 -
YUV 90.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 120 66 138 0.13 0.52 0 0.46 285 0.35 0.4
Hex 78 42 8A D 34 0 2E 11D 23 28
Octal 170 102 212 15 64 0 56 435 43 50
Binary 1111000 1000010 10001010 1101 110100 0 101110 100011101 100011 101000

Color Harmonies of #78428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78428A

Black with #78428A

Text Example


Text Example

White with #78428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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