#761E9B

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

Shades of Vivid Violet #761E9B

Tints of Vivid Violet #761E9B

Color information

#761E9B (or 0x761E9B) is unknown color: approx Vivid Violet. HEX triplet: 76, 1E and 9B. RGB value is (118,30,155). Sum of RGB (Red+Green+Blue) = 118+30+155=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #761E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761E9B is #89E164. Grayscale: #464646. Windows color (decimal): -9036133 or 10165878. OLE color: 10165878.

HSL color Cylindrical-coordinate representation of color #761E9B: hue angle of 282.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761E9B is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11830155-
CMYK0.240.8100.39
HSL282.24º67.57%36.27%-
HSV(B)282.24º80.65%60.78%-
XYZ13.857.1531.66-
YUV70.56175.65161.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=38.94%
G=9.90%
B=51.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118301550.240.8100.39282.2467.5736.27
Hex761E9B185102711a4424
Octal166362333012104743210444
Binary1110110111101001101111000101000101001111000110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,30,155); }

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

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

 a { background-color: rgb(118,30,155); }

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

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

 span { border-color: rgb(118,30,155); }

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