#7B3DD1

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

Shades of Blue Violet #7B3DD1

Tints of Blue Violet #7B3DD1

Color information

#7B3DD1 (or 0x7B3DD1) is unknown color: approx Blue Violet. HEX triplet: 7B, 3D and D1. RGB value is (123,61,209). Sum of RGB (Red+Green+Blue) = 123+61+209=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B3DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3DD1 is #84C22E. Grayscale: #5F5F5F. Windows color (decimal): -8700463 or 13712763. OLE color: 13712763.

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

Color convert

RGB12361209-
CMYK0.410.7100.18
HSL265.14º61.67%52.94%-
HSV(B)265.14º70.81%81.96%-
XYZ21.3512.1561.54-
YUV96.41191.54146.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.30%
GREEN value IS 61 (24.22% from 255) = 15.52%
BLUE value IS 209 (82.03% from 255) = 53.18%
R=31.30%
G=15.52%
B=53.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123612090.410.7100.18265.1461.6752.94
Hex7B3DD129470121093e35
Octal17375321511070224117665
Binary1111011111101110100011010011000111010010100001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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