#7B408E

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

Shades of Vivid Violet #7B408E

Tints of Vivid Violet #7B408E

Color information

#7B408E (or 0x7B408E) is unknown color: approx Vivid Violet. HEX triplet: 7B, 40 and 8E. RGB value is (123,64,142). Sum of RGB (Red+Green+Blue) = 123+64+142=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B408E is #84BF71. Grayscale: #5A5A5A. Windows color (decimal): -8699762 or 9322619. OLE color: 9322619.

HSL color Cylindrical-coordinate representation of color #7B408E: hue angle of 285.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B408E is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12364142-
CMYK0.130.5500.44
HSL285.38º37.86%40.39%-
HSV(B)285.38º54.93%55.69%-
XYZ14.889.8326.7-
YUV90.53157.05151.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=37.39%
G=19.45%
B=43.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123641420.130.5500.44285.3837.8640.39
Hex7B408ED3702C11d2628
Octal17310021615670544354650
Binary111101110000001000111011011101110101100100011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,64,142); }

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

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

 a { background-color: rgb(123,64,142); }

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

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

 span { border-color: rgb(123,64,142); }

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