#783482

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

Shades of Vivid Violet #783482

Tints of Vivid Violet #783482

Color information

#783482 (or 0x783482) is unknown color: approx Vivid Violet. HEX triplet: 78, 34 and 82. RGB value is (120,52,130). Sum of RGB (Red+Green+Blue) = 120+52+130=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #783482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783482 is #87CB7D. Grayscale: #505050. Windows color (decimal): -8899454 or 8533112. OLE color: 8533112.

HSL color Cylindrical-coordinate representation of color #783482: hue angle of 292.31º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783482 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12052130-
CMYK0.080.6000.49
HSL292.31º42.86%35.69%-
HSV(B)292.31º60%50.98%-
XYZ138.0621.99-
YUV81.22155.53155.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=39.74%
G=17.22%
B=43.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120521300.080.6000.49292.3142.8635.69
Hex78348283C0311242b24
Octal1706420210740614445344
Binary11110001101001000001010001111000110001100100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783482; }

 p { color: rgb(120,52,130); }

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

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

 a { background-color: rgb(120,52,130); }

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

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

 span { border-color: rgb(120,52,130); }

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