#761599

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

Shades of Vivid Violet #761599

Tints of Vivid Violet #761599

Color information

#761599 (or 0x761599) is unknown color: approx Vivid Violet. HEX triplet: 76, 15 and 99. RGB value is (118,21,153). Sum of RGB (Red+Green+Blue) = 118+21+153=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #761599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761599 is #89EA66. Grayscale: #404040. Windows color (decimal): -9038439 or 10032502. OLE color: 10032502.

HSL color Cylindrical-coordinate representation of color #761599: hue angle of 284.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761599 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11821153-
CMYK0.230.8600.4
HSL284.09º75.86%34.12%-
HSV(B)284.09º86.27%60%-
XYZ13.496.6930.72-
YUV65.05177.64165.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=40.41%
G=7.19%
B=52.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118211530.230.8600.4284.0975.8634.12
Hex761599175602811c4c22
Octal166252312712605043411442
Binary1110110101011001100110111101011001010001000111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761599; }

 p { color: rgb(118,21,153); }

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

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

 a { background-color: rgb(118,21,153); }

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

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

 span { border-color: rgb(118,21,153); }

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