#7B2EDB

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

Shades of Blue Violet #7B2EDB

Tints of Blue Violet #7B2EDB

Color information

#7B2EDB (or 0x7B2EDB) is unknown color: approx Blue Violet. HEX triplet: 7B, 2E and DB. RGB value is (123,46,219). Sum of RGB (Red+Green+Blue) = 123+46+219=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B2EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2EDB is #84D124. Grayscale: #585858. Windows color (decimal): -8704293 or 14364283. OLE color: 14364283.

HSL color Cylindrical-coordinate representation of color #7B2EDB: hue angle of 266.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B2EDB is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12346219-
CMYK0.440.7900.14
HSL266.71º70.61%51.96%-
HSV(B)266.71º79%85.88%-
XYZ21.9311.2868.04-
YUV88.74201.51152.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 219 (85.94% from 255) = 56.44%
R=31.70%
G=11.86%
B=56.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal123462190.440.7900.14266.7170.6151.96
Hex7B2EDB2C4F0E10b4734
Octal173563335411701641310764
Binary1111011101110110110111011001001111011101000010111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,46,219); }

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

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

 a { background-color: rgb(123,46,219); }

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

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

 span { border-color: rgb(123,46,219); }

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