#7C159D

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

Shades of Vivid Violet #7C159D

Tints of Vivid Violet #7C159D

Color information

#7C159D (or 0x7C159D) is unknown color: approx Vivid Violet. HEX triplet: 7C, 15 and 9D. RGB value is (124,21,157). Sum of RGB (Red+Green+Blue) = 124+21+157=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C159D is #83EA62. Grayscale: #424242. Windows color (decimal): -8645219 or 10294652. OLE color: 10294652.

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

Color convert

RGB12421157-
CMYK0.210.8700.38
HSL285.44º76.4%34.9%-
HSV(B)285.44º86.62%61.57%-
XYZ14.677.2632.53-
YUV67.3178.62168.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=41.06%
G=6.95%
B=51.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124211570.210.8700.38285.4476.434.9
Hex7C159D155702611d4c23
Octal174252352512704643511443
Binary1111100101011001110110101101011101001101000111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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