#7C159C

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

Shades of Vivid Violet #7C159C

Tints of Vivid Violet #7C159C

Color information

#7C159C (or 0x7C159C) is unknown color: approx Vivid Violet. HEX triplet: 7C, 15 and 9C. RGB value is (124,21,156). Sum of RGB (Red+Green+Blue) = 124+21+156=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C159C is #83EA63. Grayscale: #424242. Windows color (decimal): -8645220 or 10229116. OLE color: 10229116.

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

Color convert

RGB12421156-
CMYK0.210.8700.39
HSL285.78º76.27%34.71%-
HSV(B)285.78º86.54%61.18%-
XYZ14.587.2232.08-
YUV67.19178.12168.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=41.20%
G=6.98%
B=51.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124211560.210.8700.39285.7876.2734.71
Hex7C159C155702711e4c23
Octal174252342512704743611443
Binary1111100101011001110010101101011101001111000111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,21,156); }

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

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

 a { background-color: rgb(124,21,156); }

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

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

 span { border-color: rgb(124,21,156); }

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