#7B2886

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

Shades of Vivid Violet #7B2886

Tints of Vivid Violet #7B2886

Color information

#7B2886 (or 0x7B2886) is unknown color: approx Vivid Violet. HEX triplet: 7B, 28 and 86. RGB value is (123,40,134). Sum of RGB (Red+Green+Blue) = 123+40+134=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B2886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2886 is #84D779. Grayscale: #4B4B4B. Windows color (decimal): -8705914 or 8792187. OLE color: 8792187.

HSL color Cylindrical-coordinate representation of color #7B2886: hue angle of 292.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2886 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12340134-
CMYK0.080.7000.47
HSL292.98º54.02%34.12%-
HSV(B)292.98º70.15%52.55%-
XYZ13.237.4523.29-
YUV75.53161161.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.41%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=41.41%
G=13.47%
B=45.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123401340.080.7000.47292.9854.0234.12
Hex7B288684602F1253622
Octal17350206101060574456642
Binary111101110100010000110100010001100101111100100101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,40,134); }

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

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

 a { background-color: rgb(123,40,134); }

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

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

 span { border-color: rgb(123,40,134); }

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