#7B1795

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

Shades of Vivid Violet #7B1795

Tints of Vivid Violet #7B1795

Color information

#7B1795 (or 0x7B1795) is unknown color: approx Vivid Violet. HEX triplet: 7B, 17 and 95. RGB value is (123,23,149). Sum of RGB (Red+Green+Blue) = 123+23+149=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B1795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1795 is #84E86A. Grayscale: #424242. Windows color (decimal): -8710251 or 9770875. OLE color: 9770875.

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

Color convert

RGB12323149-
CMYK0.170.8500.42
HSL287.62º73.26%33.73%-
HSV(B)287.62º84.56%58.43%-
XYZ13.96.9929.05-
YUV67.26174.13167.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.69%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=41.69%
G=7.80%
B=50.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123231490.170.8500.42287.6273.2633.73
Hex7B1795115502A1204922
Octal173272252112505244011142
Binary1111011101111001010110001101010101010101001000001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1795; }

 p { color: rgb(123,23,149); }

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

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

 a { background-color: rgb(123,23,149); }

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

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

 span { border-color: rgb(123,23,149); }

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