#7C418E

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

Shades of Vivid Violet #7C418E

Tints of Vivid Violet #7C418E

Color information

#7C418E (or 0x7C418E) is unknown color: approx Vivid Violet. HEX triplet: 7C, 41 and 8E. RGB value is (124,65,142). Sum of RGB (Red+Green+Blue) = 124+65+142=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C418E is #83BE71. Grayscale: #5B5B5B. Windows color (decimal): -8633970 or 9322876. OLE color: 9322876.

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

Color convert

RGB12465142-
CMYK0.130.5400.44
HSL285.97º37.2%40.59%-
HSV(B)285.97º54.23%55.69%-
XYZ15.0810.0226.73-
YUV91.42156.55151.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=37.46%
G=19.64%
B=42.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124651420.130.5400.44285.9737.240.59
Hex7C418ED3602C11e2529
Octal17410121615660544364551
Binary111110010000011000111011011101100101100100011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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