#761794

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

Shades of Vivid Violet #761794

Tints of Vivid Violet #761794

Color information

#761794 (or 0x761794) is unknown color: approx Vivid Violet. HEX triplet: 76, 17 and 94. RGB value is (118,23,148). Sum of RGB (Red+Green+Blue) = 118+23+148=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #761794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761794 is #89E86B. Grayscale: #414141. Windows color (decimal): -9037932 or 9705334. OLE color: 9705334.

HSL color Cylindrical-coordinate representation of color #761794: hue angle of 285.6º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761794 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11823148-
CMYK0.200.8400.42
HSL285.6º73.1%33.53%-
HSV(B)285.6º84.46%58.04%-
XYZ13.126.628.6-
YUV65.66174.47165.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 23 (9.38% from 255) = 7.96%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=40.83%
G=7.96%
B=51.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118231480.200.8400.42285.673.133.53
Hex761794145402A11e4922
Octal166272242412405243611142
Binary1110110101111001010010100101010001010101000111101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761794; }

 p { color: rgb(118,23,148); }

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

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

 a { background-color: rgb(118,23,148); }

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

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

 span { border-color: rgb(118,23,148); }

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