#763B83

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

Shades of Vivid Violet #763B83

Tints of Vivid Violet #763B83

Color information

#763B83 (or 0x763B83) is unknown color: approx Vivid Violet. HEX triplet: 76, 3B and 83. RGB value is (118,59,131). Sum of RGB (Red+Green+Blue) = 118+59+131=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #763B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763B83 is #89C47C. Grayscale: #545454. Windows color (decimal): -9028733 or 8600438. OLE color: 8600438.

HSL color Cylindrical-coordinate representation of color #763B83: hue angle of 289.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763B83 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11859131-
CMYK0.100.5500.49
HSL289.17º37.89%37.25%-
HSV(B)289.17º54.96%51.37%-
XYZ13.138.6222.44-
YUV84.85154.05151.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=38.31%
G=19.16%
B=42.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118591310.100.5500.49289.1737.8937.25
Hex763B83A370311212625
Octal1667320312670614414645
Binary11101101110111000001110101101110110001100100001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B83; }

 p { color: rgb(118,59,131); }

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

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

 a { background-color: rgb(118,59,131); }

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

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

 span { border-color: rgb(118,59,131); }

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