#7B1FA6

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

Shades of Vivid Violet #7B1FA6

Tints of Vivid Violet #7B1FA6

Color information

#7B1FA6 (or 0x7B1FA6) is unknown color: approx Vivid Violet. HEX triplet: 7B, 1F and A6. RGB value is (123,31,166). Sum of RGB (Red+Green+Blue) = 123+31+166=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 166 (65.23% from 255 or 51.88% from 320); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B1FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1FA6 is #84E059. Grayscale: #494949. Windows color (decimal): -8708186 or 10887035. OLE color: 10887035.

HSL color Cylindrical-coordinate representation of color #7B1FA6: hue angle of 280.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1FA6 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12331166-
CMYK0.260.8100.35
HSL280.89º68.53%38.63%-
HSV(B)280.89º81.33%65.1%-
XYZ15.547.9436.79-
YUV73.9179.98163.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 166 (65.23% from 255) = 51.88%
R=38.44%
G=9.69%
B=51.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123311660.260.8100.35280.8968.5338.63
Hex7B1FA61A510231194527
Octal173372463212104343110547
Binary1111011111111010011011010101000101000111000110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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