#782585

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

Shades of Vivid Violet #782585

Tints of Vivid Violet #782585

Color information

#782585 (or 0x782585) is unknown color: approx Vivid Violet. HEX triplet: 78, 25 and 85. RGB value is (120,37,133). Sum of RGB (Red+Green+Blue) = 120+37+133=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #782585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782585 is #87DA7A. Grayscale: #484848. Windows color (decimal): -8903291 or 8725880. OLE color: 8725880.

HSL color Cylindrical-coordinate representation of color #782585: hue angle of 291.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782585 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12037133-
CMYK0.100.7200.48
HSL291.88º56.47%33.33%-
HSV(B)291.88º72.18%52.16%-
XYZ12.647.0122.88-
YUV72.76162161.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=41.38%
G=12.76%
B=45.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120371330.100.7200.48291.8856.4733.33
Hex782585A480301243821
Octal17045205121100604447041
Binary111100010010110000101101010010000110000100100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782585; }

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

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

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

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

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

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

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

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