#7B3CD5

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

Shades of Blue Violet #7B3CD5

Tints of Blue Violet #7B3CD5

Color information

#7B3CD5 (or 0x7B3CD5) is unknown color: approx Blue Violet. HEX triplet: 7B, 3C and D5. RGB value is (123,60,213). Sum of RGB (Red+Green+Blue) = 123+60+213=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B3CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3CD5 is #84C32A. Grayscale: #5F5F5F. Windows color (decimal): -8700715 or 13974651. OLE color: 13974651.

HSL color Cylindrical-coordinate representation of color #7B3CD5: hue angle of 264.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B3CD5 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12360213-
CMYK0.420.7200.16
HSL264.71º64.56%53.53%-
HSV(B)264.71º71.83%83.53%-
XYZ21.7912.2564.17-
YUV96.28193.87147.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 213 (83.59% from 255) = 53.79%
R=31.06%
G=15.15%
B=53.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal123602130.420.7200.16264.7164.5653.53
Hex7B3CD52A480101094136
Octal173743255211002041110166
Binary11110111111001101010110101010010000100001000010011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,60,213); }

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

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

 a { background-color: rgb(123,60,213); }

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

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

 span { border-color: rgb(123,60,213); }

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