#78328D

Color #78328D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #78328D

Tints of Vivid Violet #78328D

Color information

#78328D (or 0x78328D) is unknown color: approx 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

RGB12050141-
CMYK0.150.6500.45
HSL286.15º47.64%37.45%-
HSV(B)286.15º64.54%55.29%-
XYZ13.698.226.06-
YUV81.3161.69155.6-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120501410.150.6500.45286.1547.6437.45
Hex78328DF4102D11e3025
Octal17062215171010554366045
Binary111100011001010001101111110000010101101100011110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>