#78278d

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

Shades of Vivid Violet #78278D

Tints of Vivid Violet #78278D

Color information

#78278D (or 0x78278D) is unknown color: approx Vivid Violet. HEX triplet: 78, 27 and 8D. RGB value is (120,39,141). Sum of RGB (Red+Green+Blue) = 120+39+141=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #78278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78278D is #87D872. Grayscale: #4A4A4A. Windows color (decimal): -8902771 or 9250680. OLE color: 9250680.

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

Color convert

RGB12039141-
CMYK0.150.7200.45
HSL287.65º56.67%35.29%-
HSV(B)287.65º72.34%55.29%-
XYZ13.287.3725.92-
YUV74.85165.34160.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 141 (55.47% from 255) = 47%
R=40%
G=13%
B=47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120391410.150.7200.45287.6556.6735.29
Hex78278DF4802D1203923
Octal17047215171100554407143
Binary111100010011110001101111110010000101101100100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78278d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78278d; }

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

 H1.HeaderClassName
 {
   color: #78278d;
 }
 .AnyTagClassName
 {
   color: #78278d;
 }
</style>
background-color css

<style>
 a { background-color: #78278d; }

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

 div.DivClassName
 {
   background-color: #78278d;
 }
 .BgClassName
 {
   background-color: #78278d;
 }
</style>
border-color css

<style>
 span { border-color: #78278d; }

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

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