#78278B

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

Shades of Vivid Violet #78278B

Tints of Vivid Violet #78278B

Color information

#78278B (or 0x78278B) is unknown color: approx Vivid Violet. HEX triplet: 78, 27 and 8B. RGB value is (120,39,139). Sum of RGB (Red+Green+Blue) = 120+39+139=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #78278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78278B is #87D874. Grayscale: #4A4A4A. Windows color (decimal): -8902773 or 9119608. OLE color: 9119608.

HSL color Cylindrical-coordinate representation of color #78278B: hue angle of 288.6º degrees, saturation: 0.56, 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 #78278B is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12039139-
CMYK0.140.7200.45
HSL288.6º56.18%34.9%-
HSV(B)288.6º71.94%54.51%-
XYZ13.137.3125.14-
YUV74.62164.34160.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=40.27%
G=13.09%
B=46.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120391390.140.7200.45288.656.1834.9
Hex78278BE4802D1213823
Octal17047213161100554417043
Binary111100010011110001011111010010000101101100100001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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