#782393

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

Shades of Vivid Violet #782393

Tints of Vivid Violet #782393

Color information

#782393 (or 0x782393) is unknown color: approx Vivid Violet. HEX triplet: 78, 23 and 93. RGB value is (120,35,147). Sum of RGB (Red+Green+Blue) = 120+35+147=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #782393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782393 is #87DC6C. Grayscale: #484848. Windows color (decimal): -8903789 or 9642872. OLE color: 9642872.

HSL color Cylindrical-coordinate representation of color #782393: hue angle of 285.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #782393 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12035147-
CMYK0.180.7600.42
HSL285.54º61.54%35.69%-
HSV(B)285.54º76.19%57.65%-
XYZ13.617.328.3-
YUV73.18169.66161.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=39.74%
G=11.59%
B=48.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120351470.180.7600.42285.5461.5435.69
Hex782393124C02A11e3e24
Octal17043223221140524367644
Binary1111000100011100100111001010011000101010100011110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782393; }

 p { color: rgb(120,35,147); }

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

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

 a { background-color: rgb(120,35,147); }

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

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

 span { border-color: rgb(120,35,147); }

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