#761B8A

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

Shades of Vivid Violet #761B8A

Tints of Vivid Violet #761B8A

Color information

#761B8A (or 0x761B8A) is unknown color: approx Vivid Violet. HEX triplet: 76, 1B and 8A. RGB value is (118,27,138). Sum of RGB (Red+Green+Blue) = 118+27+138=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #761B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761B8A is #89E475. Grayscale: #424242. Windows color (decimal): -9036918 or 9050998. OLE color: 9050998.

HSL color Cylindrical-coordinate representation of color #761B8A: hue angle of 289.19º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761B8A is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11827138-
CMYK0.140.8000.46
HSL289.19º67.27%32.35%-
HSV(B)289.19º80.43%54.12%-
XYZ12.456.4724.64-
YUV66.86168.15164.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=41.70%
G=9.54%
B=48.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118271380.140.8000.46289.1967.2732.35
Hex761B8AE5002E1214320
Octal166332121612005644110340
Binary111011011011100010101110101000001011101001000011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761B8A; }

 p { color: rgb(118,27,138); }

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

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

 a { background-color: rgb(118,27,138); }

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

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

 span { border-color: rgb(118,27,138); }

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