#78388F

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

Shades of Vivid Violet #78388F

Tints of Vivid Violet #78388F

Color information

#78388F (or 0x78388F) is unknown color: approx Vivid Violet. HEX triplet: 78, 38 and 8F. RGB value is (120,56,143). Sum of RGB (Red+Green+Blue) = 120+56+143=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #78388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78388F is #87C770. Grayscale: #545454. Windows color (decimal): -8898417 or 9386104. OLE color: 9386104.

HSL color Cylindrical-coordinate representation of color #78388F: hue angle of 284.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78388F is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12056143-
CMYK0.160.6100.44
HSL284.14º43.72%39.02%-
HSV(B)284.14º60.84%56.08%-
XYZ14.128.826.94-
YUV85.05160.7152.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=37.62%
G=17.55%
B=44.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120561430.160.6100.44284.1443.7239.02
Hex78388F103D02C11c2c27
Octal1707021720750544345447
Binary111100011100010001111100001111010101100100011100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78388F; }

 p { color: rgb(120,56,143); }

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

<style>
 a { background-color: #78388F; }

 a { background-color: rgb(120,56,143); }

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

<style>
 span { border-color: #78388F; }

 span { border-color: rgb(120,56,143); }

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