#7B418A

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

Shades of Vivid Violet #7B418A

Tints of Vivid Violet #7B418A

Color information

#7B418A (or 0x7B418A) is unknown color: approx Vivid Violet. HEX triplet: 7B, 41 and 8A. RGB value is (123,65,138). Sum of RGB (Red+Green+Blue) = 123+65+138=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B418A is #84BE75. Grayscale: #5A5A5A. Windows color (decimal): -8699510 or 9060731. OLE color: 9060731.

HSL color Cylindrical-coordinate representation of color #7B418A: hue angle of 287.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B418A is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12365138-
CMYK0.110.5300.46
HSL287.67º35.96%39.8%-
HSV(B)287.67º52.9%54.12%-
XYZ14.659.8325.17-
YUV90.66154.72151.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=37.73%
G=19.94%
B=42.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123651380.110.5300.46287.6735.9639.8
Hex7B418AB3502E1202428
Octal17310121213650564404450
Binary111101110000011000101010111101010101110100100000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,138); }

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

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

 a { background-color: rgb(123,65,138); }

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

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

 span { border-color: rgb(123,65,138); }

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