#782685

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

Shades of Vivid Violet #782685

Tints of Vivid Violet #782685

Color information

#782685 (or 0x782685) is unknown color: approx Vivid Violet. HEX triplet: 78, 26 and 85. RGB value is (120,38,133). Sum of RGB (Red+Green+Blue) = 120+38+133=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #782685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782685 is #87D97A. Grayscale: #494949. Windows color (decimal): -8903035 or 8726136. OLE color: 8726136.

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

Color convert

RGB12038133-
CMYK0.100.7100.48
HSL291.79º55.56%33.53%-
HSV(B)291.79º71.43%52.16%-
XYZ12.677.0722.89-
YUV73.35161.67161.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=41.24%
G=13.06%
B=45.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120381330.100.7100.48291.7955.5633.53
Hex782685A470301243822
Octal17046205121070604447042
Binary111100010011010000101101010001110110000100100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782685; }

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

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

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

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

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

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

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

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