#7C2889

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

Shades of Vivid Violet #7C2889

Tints of Vivid Violet #7C2889

Color information

#7C2889 (or 0x7C2889) is unknown color: approx Vivid Violet. HEX triplet: 7C, 28 and 89. RGB value is (124,40,137). Sum of RGB (Red+Green+Blue) = 124+40+137=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C2889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2889 is #83D776. Grayscale: #4B4B4B. Windows color (decimal): -8640375 or 8988796. OLE color: 8988796.

HSL color Cylindrical-coordinate representation of color #7C2889: hue angle of 291.96º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2889 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12440137-
CMYK0.090.7100.46
HSL291.96º54.8%34.71%-
HSV(B)291.96º70.8%53.73%-
XYZ13.597.6124.42-
YUV76.17162.33162.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=41.20%
G=13.29%
B=45.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124401370.090.7100.46291.9654.834.71
Hex7C288994702E1243723
Octal17450211111070564446743
Binary111110010100010001001100110001110101110100100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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