#7C4498

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

Shades of Vivid Violet #7C4498

Tints of Vivid Violet #7C4498

Color information

#7C4498 (or 0x7C4498) is unknown color: approx Vivid Violet. HEX triplet: 7C, 44 and 98. RGB value is (124,68,152). Sum of RGB (Red+Green+Blue) = 124+68+152=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C4498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4498 is #83BB67. Grayscale: #5E5E5E. Windows color (decimal): -8633192 or 9979004. OLE color: 9979004.

HSL color Cylindrical-coordinate representation of color #7C4498: hue angle of 280º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4498 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12468152-
CMYK0.180.5500.40
HSL280º38.18%43.14%-
HSV(B)280º55.26%59.61%-
XYZ16.0510.6930.92-
YUV94.32160.55149.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 152 (59.77% from 255) = 44.19%
R=36.05%
G=19.77%
B=44.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124681520.180.5500.4028038.1843.14
Hex7C44981237028118262b
Octal17410423022670504304653
Binary1111100100010010011000100101101110101000100011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,152); }

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

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

 a { background-color: rgb(124,68,152); }

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

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

 span { border-color: rgb(124,68,152); }

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