#78298B

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

Shades of Vivid Violet #78298B

Tints of Vivid Violet #78298B

Color information

#78298B (or 0x78298B) is unknown color: approx Vivid Violet. HEX triplet: 78, 29 and 8B. RGB value is (120,41,139). Sum of RGB (Red+Green+Blue) = 120+41+139=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #78298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78298B is #87D674. Grayscale: #4B4B4B. Windows color (decimal): -8902261 or 9120120. OLE color: 9120120.

HSL color Cylindrical-coordinate representation of color #78298B: hue angle of 288.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78298B is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12041139-
CMYK0.140.7100.45
HSL288.37º54.44%35.29%-
HSV(B)288.37º70.5%54.51%-
XYZ13.27.4425.17-
YUV75.79163.67159.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=40%
G=13.67%
B=46.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120411390.140.7100.45288.3754.4435.29
Hex78298BE4702D1203623
Octal17051213161070554406643
Binary111100010100110001011111010001110101101100100000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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