#7F2EF7

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

Shades of Blue Violet #7F2EF7

Tints of Blue Violet #7F2EF7

Color information

#7F2EF7 (or 0x7F2EF7) is unknown color: approx Blue Violet. HEX triplet: 7F, 2E and F7. RGB value is (127,46,247). Sum of RGB (Red+Green+Blue) = 127+46+247=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F2EF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2EF7 is #80D108. Grayscale: #5C5C5C. Windows color (decimal): -8442121 or 16199295. OLE color: 16199295.

HSL color Cylindrical-coordinate representation of color #7F2EF7: hue angle of 264.18º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F2EF7 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12746247-
CMYK0.490.8100.03
HSL264.18º92.63%57.45%-
HSV(B)264.18º81.38%96.86%-
XYZ26.5213.1889.14-
YUV93.13214.84152.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 247 (96.88% from 255) = 58.81%
R=30.24%
G=10.95%
B=58.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal127462470.490.8100.03264.1892.6357.45
Hex7F2EF73151031085d39
Octal17756367611210341013571
Binary11111111011101111011111000110100010111000010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,247); }

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

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

 a { background-color: rgb(127,46,247); }

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

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

 span { border-color: rgb(127,46,247); }

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