#782C8E

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

Shades of Vivid Violet #782C8E

Tints of Vivid Violet #782C8E

Color information

#782C8E (or 0x782C8E) is unknown color: approx Vivid Violet. HEX triplet: 78, 2C and 8E. RGB value is (120,44,142). Sum of RGB (Red+Green+Blue) = 120+44+142=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #782C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782C8E is #87D371. Grayscale: #4D4D4D. Windows color (decimal): -8901490 or 9317496. OLE color: 9317496.

HSL color Cylindrical-coordinate representation of color #782C8E: hue angle of 286.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782C8E is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12044142-
CMYK0.150.6900.44
HSL286.53º52.69%36.47%-
HSV(B)286.53º69.01%55.69%-
XYZ13.537.7526.37-
YUV77.9164.18158.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=39.22%
G=14.38%
B=46.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120441420.150.6900.44286.5352.6936.47
Hex782C8EF4502C11f3524
Octal17054216171050544376544
Binary111100010110010001110111110001010101100100011111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782C8E; }

 p { color: rgb(120,44,142); }

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

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

 a { background-color: rgb(120,44,142); }

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

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

 span { border-color: rgb(120,44,142); }

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