#7F46D9

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

Shades of Blue Violet #7F46D9

Tints of Blue Violet #7F46D9

Color information

#7F46D9 (or 0x7F46D9) is unknown color: approx Blue Violet. HEX triplet: 7F, 46 and D9. RGB value is (127,70,217). Sum of RGB (Red+Green+Blue) = 127+70+217=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F46D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46D9 is #80B926. Grayscale: #676767. Windows color (decimal): -8436007 or 14239359. OLE color: 14239359.

HSL color Cylindrical-coordinate representation of color #7F46D9: hue angle of 263.27º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F46D9 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12770217-
CMYK0.410.6800.15
HSL263.27º65.92%56.27%-
HSV(B)263.27º67.74%85.1%-
XYZ23.4713.967.09-
YUV103.8191.88144.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 217 (85.16% from 255) = 52.42%
R=30.68%
G=16.91%
B=52.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127702170.410.6800.15263.2765.9256.27
Hex7F46D929440F1074238
Octal1771063315110401740710270
Binary11111111000110110110011010011000100011111000001111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F46D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,70,217); }

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

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

 a { background-color: rgb(127,70,217); }

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

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

 span { border-color: rgb(127,70,217); }

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