#7F46F4

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

Shades of Blue Violet #7F46F4

Tints of Blue Violet #7F46F4

Color information

#7F46F4 (or 0x7F46F4) is unknown color: approx Blue Violet. HEX triplet: 7F, 46 and F4. RGB value is (127,70,244). Sum of RGB (Red+Green+Blue) = 127+70+244=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #7F46F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F46F4 is #80B90B. Grayscale: #6A6A6A. Windows color (decimal): -8435980 or 16008831. OLE color: 16008831.

HSL color Cylindrical-coordinate representation of color #7F46F4: hue angle of 259.66º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F46F4 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12770244-
CMYK0.480.7100.04
HSL259.66º88.78%61.57%-
HSV(B)259.66º71.31%95.69%-
XYZ27.2715.4287.13-
YUV106.88205.38142.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.80%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 244 (95.70% from 255) = 55.33%
R=28.80%
G=15.87%
B=55.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal127702440.480.7100.04259.6688.7861.57
Hex7F46F4304704104593e
Octal177106364601070440413176
Binary1111111100011011110100110000100011101001000001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F46F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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