#7B1AD1

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

Shades of Blue Violet #7B1AD1

Tints of Blue Violet #7B1AD1

Color information

#7B1AD1 (or 0x7B1AD1) is unknown color: approx Blue Violet. HEX triplet: 7B, 1A and D1. RGB value is (123,26,209). Sum of RGB (Red+Green+Blue) = 123+26+209=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B1AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1AD1 is #84E52E. Grayscale: #4B4B4B. Windows color (decimal): -8709423 or 13703803. OLE color: 13703803.

HSL color Cylindrical-coordinate representation of color #7B1AD1: hue angle of 271.8º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1AD1 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12326209-
CMYK0.410.8800.18
HSL271.8º77.87%46.08%-
HSV(B)271.8º87.56%81.96%-
XYZ20.059.5561.11-
YUV75.87203.14161.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.36%
GREEN value IS 26 (10.55% from 255) = 7.26%
BLUE value IS 209 (82.03% from 255) = 58.38%
R=34.36%
G=7.26%
B=58.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123262090.410.8800.18271.877.8746.08
Hex7B1AD129580121104e2e
Octal173323215113002242011656
Binary1111011110101101000110100110110000100101000100001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,26,209); }

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

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

 a { background-color: rgb(123,26,209); }

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

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

 span { border-color: rgb(123,26,209); }

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