#7C199B

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

Shades of Vivid Violet #7C199B

Tints of Vivid Violet #7C199B

Color information

#7C199B (or 0x7C199B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 19 and 9B. RGB value is (124,25,155). Sum of RGB (Red+Green+Blue) = 124+25+155=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C199B is #83E664. Grayscale: #454545. Windows color (decimal): -8644197 or 10164604. OLE color: 10164604.

HSL color Cylindrical-coordinate representation of color #7C199B: hue angle of 285.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C199B is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12425155-
CMYK0.20.8400.39
HSL285.69º72.22%35.29%-
HSV(B)285.69º83.87%60.78%-
XYZ14.587.3531.66-
YUV69.42176.3166.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=40.79%
G=8.22%
B=50.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124251550.20.8400.39285.6972.2235.29
Hex7C199B145402711e4823
Octal174312332412404743611043
Binary1111100110011001101110100101010001001111000111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,155); }

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

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

 a { background-color: rgb(124,25,155); }

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

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

 span { border-color: rgb(124,25,155); }

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