#782594

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

Shades of Vivid Violet #782594

Tints of Vivid Violet #782594

Color information

#782594 (or 0x782594) is unknown color: approx Vivid Violet. HEX triplet: 78, 25 and 94. RGB value is (120,37,148). Sum of RGB (Red+Green+Blue) = 120+37+148=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #782594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782594 is #87DA6B. Grayscale: #4A4A4A. Windows color (decimal): -8903276 or 9708920. OLE color: 9708920.

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

Color convert

RGB12037148-
CMYK0.190.7500.42
HSL284.86º60%36.27%-
HSV(B)284.86º75%58.04%-
XYZ13.757.4528.73-
YUV74.47169.5160.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=39.34%
G=12.13%
B=48.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120371480.190.7500.42284.866036.27
Hex782594134B02A11d3c24
Octal17045224231130524357444
Binary1111000100101100101001001110010110101010100011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782594; }

 p { color: rgb(120,37,148); }

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

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

 a { background-color: rgb(120,37,148); }

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

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

 span { border-color: rgb(120,37,148); }

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