Html Css Color HEX #78328D Vivid Violet

📋 copy color: '#78328D'

red 120 ◦ green 50 ◦ blue 141

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

Shades of Vivid Violet #78328D

Tints of Vivid Violet #78328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 38.59%
G = 16.08%
B = 45.34%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78328D (or 0x78328D) is known color: Vivid Violet. HEX triplet: 78, 32 and 8D. RGB value is (120,50,141). Sum of RGB (Red+Green+Blue) = 120+50+141=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #78328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78328D is #87CD72. Grayscale: #515151. Windows color (decimal): -8899955 or 9253496. OLE color: 9253496.

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

Color convert

RGB 120 50 141 -
CMYK 0.15 0.65 0 0.45
HSL 286.15º 0.48% 0.37% -
HSV(B) 286.15º 0.65% 0.55% -
XYZ 13.69 8.2 26.06 -
YUV 81.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 120 50 141 0.15 0.65 0 0.45 286.15 0.48 0.37
Hex 78 32 8D F 41 0 2D 11E 30 25
Octal 170 62 215 17 101 0 55 436 60 45
Binary 1111000 110010 10001101 1111 1000001 0 101101 100011110 110000 100101

Color Harmonies of #78328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78328D

Black with #78328D

Text Example


Text Example

White with #78328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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