#7C468C

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

Shades of Vivid Violet #7C468C

Tints of Vivid Violet #7C468C

Color information

#7C468C (or 0x7C468C) is unknown color: approx Vivid Violet. HEX triplet: 7C, 46 and 8C. RGB value is (124,70,140). Sum of RGB (Red+Green+Blue) = 124+70+140=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C468C is #83B973. Grayscale: #5D5D5D. Windows color (decimal): -8632692 or 9193084. OLE color: 9193084.

HSL color Cylindrical-coordinate representation of color #7C468C: hue angle of 286.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C468C is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12470140-
CMYK0.110.5000.45
HSL286.29º33.33%41.18%-
HSV(B)286.29º50%54.9%-
XYZ15.2410.5626.05-
YUV94.13153.89149.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=37.13%
G=20.96%
B=41.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124701400.110.5000.45286.2933.3341.18
Hex7C468CB3202D11e2129
Octal17410621413620554364151
Binary111110010001101000110010111100100101101100011110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,70,140); }

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

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

 a { background-color: rgb(124,70,140); }

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

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

 span { border-color: rgb(124,70,140); }

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