#782190

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

Shades of Vivid Violet #782190

Tints of Vivid Violet #782190

Color information

#782190 (or 0x782190) is unknown color: approx Vivid Violet. HEX triplet: 78, 21 and 90. RGB value is (120,33,144). Sum of RGB (Red+Green+Blue) = 120+33+144=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #782190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782190 is #87DE6F. Grayscale: #474747. Windows color (decimal): -8904304 or 9445752. OLE color: 9445752.

HSL color Cylindrical-coordinate representation of color #782190: hue angle of 287.03º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782190 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12033144-
CMYK0.170.7700.44
HSL287.03º62.71%34.71%-
HSV(B)287.03º77.08%56.47%-
XYZ13.327.0927.05-
YUV71.67168.82162.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=40.40%
G=11.11%
B=48.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120331440.170.7700.44287.0362.7134.71
Hex782190114D02C11f3f23
Octal17041220211150544377743
Binary1111000100001100100001000110011010101100100011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782190; }

 p { color: rgb(120,33,144); }

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

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

 a { background-color: rgb(120,33,144); }

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

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

 span { border-color: rgb(120,33,144); }

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