#763384

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

Shades of Vivid Violet #763384

Tints of Vivid Violet #763384

Color information

#763384 (or 0x763384) is unknown color: approx Vivid Violet. HEX triplet: 76, 33 and 84. RGB value is (118,51,132). Sum of RGB (Red+Green+Blue) = 118+51+132=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #763384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763384 is #89CC7B. Grayscale: #505050. Windows color (decimal): -9030780 or 8663926. OLE color: 8663926.

HSL color Cylindrical-coordinate representation of color #763384: hue angle of 289.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763384 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11851132-
CMYK0.110.6100.48
HSL289.63º44.26%35.88%-
HSV(B)289.63º61.36%51.76%-
XYZ12.827.8922.68-
YUV80.27157.2154.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=39.20%
G=16.94%
B=43.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118511320.110.6100.48289.6344.2635.88
Hex763384B3D0301222c24
Octal1666320413750604425444
Binary11101101100111000010010111111010110000100100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763384; }

 p { color: rgb(118,51,132); }

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

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

 a { background-color: rgb(118,51,132); }

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

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

 span { border-color: rgb(118,51,132); }

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