#7B1F9E

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

Shades of Vivid Violet #7B1F9E

Tints of Vivid Violet #7B1F9E

Color information

#7B1F9E (or 0x7B1F9E) is unknown color: approx Vivid Violet. HEX triplet: 7B, 1F and 9E. RGB value is (123,31,158). Sum of RGB (Red+Green+Blue) = 123+31+158=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B1F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1F9E is #84E061. Grayscale: #484848. Windows color (decimal): -8708194 or 10362747. OLE color: 10362747.

HSL color Cylindrical-coordinate representation of color #7B1F9E: hue angle of 283.46º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1F9E is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12331158-
CMYK0.220.8000.38
HSL283.46º67.2%37.06%-
HSV(B)283.46º80.38%61.96%-
XYZ14.837.6633.04-
YUV72.99175.98163.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.42%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=39.42%
G=9.94%
B=50.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123311580.220.8000.38283.4667.237.06
Hex7B1F9E165002611b4325
Octal173372362612004643310345
Binary1111011111111001111010110101000001001101000110111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,31,158); }

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

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

 a { background-color: rgb(123,31,158); }

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

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

 span { border-color: rgb(123,31,158); }

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