#7B319F

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

Shades of Vivid Violet #7B319F

Tints of Vivid Violet #7B319F

Color information

#7B319F (or 0x7B319F) is unknown color: approx Vivid Violet. HEX triplet: 7B, 31 and 9F. RGB value is (123,49,159). Sum of RGB (Red+Green+Blue) = 123+49+159=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B319F is #84CE60. Grayscale: #535353. Windows color (decimal): -8703585 or 10432891. OLE color: 10432891.

HSL color Cylindrical-coordinate representation of color #7B319F: hue angle of 280.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B319F is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12349159-
CMYK0.230.6900.38
HSL280.36º52.88%40.78%-
HSV(B)280.36º69.18%62.35%-
XYZ15.528.9133.7-
YUV83.67170.52156.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=37.16%
G=14.80%
B=48.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123491590.230.6900.38280.3652.8840.78
Hex7B319F17450261183529
Octal17361237271050464306551
Binary1111011110001100111111011110001010100110100011000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,49,159); }

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

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

 a { background-color: rgb(123,49,159); }

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

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

 span { border-color: rgb(123,49,159); }

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