#7C289B

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

Shades of Vivid Violet #7C289B

Tints of Vivid Violet #7C289B

Color information

#7C289B (or 0x7C289B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 28 and 9B. RGB value is (124,40,155). Sum of RGB (Red+Green+Blue) = 124+40+155=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C289B is #83D764. Grayscale: #4D4D4D. Windows color (decimal): -8640357 or 10168444. OLE color: 10168444.

HSL color Cylindrical-coordinate representation of color #7C289B: hue angle of 283.83º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C289B is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12440155-
CMYK0.20.7400.39
HSL283.83º58.97%38.24%-
HSV(B)283.83º74.19%60.78%-
XYZ14.998.1731.8-
YUV78.23171.33160.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=38.87%
G=12.54%
B=48.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124401550.20.7400.39283.8358.9738.24
Hex7C289B144A02711c3b26
Octal17450233241120474347346
Binary1111100101000100110111010010010100100111100011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,155); }

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

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

 a { background-color: rgb(124,40,155); }

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

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

 span { border-color: rgb(124,40,155); }

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