#7c2d8e

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

Shades of Vivid Violet #7C2D8E

Tints of Vivid Violet #7C2D8E

Color information

#7C2D8E (or 0x7C2D8E) is unknown color: approx Vivid Violet. HEX triplet: 7C, 2D and 8E. RGB value is (124,45,142). Sum of RGB (Red+Green+Blue) = 124+45+142=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C2D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2D8E is #83D271. Grayscale: #4F4F4F. Windows color (decimal): -8639090 or 9317756. OLE color: 9317756.

HSL color Cylindrical-coordinate representation of color #7C2D8E: hue angle of 288.87º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2D8E is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12445142-
CMYK0.130.6800.44
HSL288.87º51.87%36.67%-
HSV(B)288.87º68.31%55.69%-
XYZ14.138.1126.41-
YUV79.68163.17159.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=39.87%
G=14.47%
B=45.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124451420.130.6800.44288.8751.8736.67
Hex7C2D8ED4402C1213425
Octal17455216151040544416445
Binary111110010110110001110110110001000101100100100001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,45,142); }

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

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

 a { background-color: rgb(124,45,142); }

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

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

 span { border-color: rgb(124,45,142); }

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